#854627

Color #854627 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #854627

Tints of Korma #854627

Color information

#854627 (or 0x854627) is unknown color: approx Korma. HEX triplet: 85, 46 and 27. RGB value is (133,70,39). Sum of RGB (Red+Green+Blue) = 133+70+39=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854627 is #7AB9D8. Grayscale: #555555. Windows color (decimal): -8042969 or 2573957. OLE color: 2573957.

HSL color Cylindrical-coordinate representation of color #854627: hue angle of 19.79º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #854627 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1337039-
CMYK00.470.710.48
HSL19.79º54.65%33.73%-
HSV(B)19.79º70.68%52.16%-
XYZ12.239.513.11-
YUV85.3101.87162.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=54.96%
G=28.93%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133703900.470.710.4819.7954.6533.73
Hex85462702F4730143722
Octal2051064705710760246742
Binary1000010110001101001110101111100011111000010100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854627; }

 p { color: rgb(133,70,39); }

 H1.HeaderClassName
 {
   color: #854627;
 }
 .AnyTagClassName
 {
   color: #854627;
 }
</style>
background-color css

<style>
 a { background-color: #854627; }

 a { background-color: rgb(133,70,39); }

 div.DivClassName
 {
   background-color: #854627;
 }
 .BgClassName
 {
   background-color: #854627;
 }
</style>
border-color css

<style>
 span { border-color: #854627; }

 span { border-color: rgb(133,70,39); }

 td.TdClassName
 {
   border-color: #854627;
 }
 .TagClassName
 {
   border-color: #854627;
 }
</style>