#864928

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

Shades of Korma #864928

Tints of Korma #864928

Color information

#864928 (or 0x864928) is unknown color: approx Korma. HEX triplet: 86, 49 and 28. RGB value is (134,73,40). Sum of RGB (Red+Green+Blue) = 134+73+40=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #864928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864928 is #79B6D7. Grayscale: #575757. Windows color (decimal): -7976664 or 2640262. OLE color: 2640262.

HSL color Cylindrical-coordinate representation of color #864928: hue angle of 21.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864928 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1347340-
CMYK00.460.700.47
HSL21.06º54.02%34.12%-
HSV(B)21.06º70.15%52.55%-
XYZ12.69.993.27-
YUV87.48101.21161.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=54.25%
G=29.55%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134734000.460.700.4721.0654.0234.12
Hex86492802E462F153622
Octal2061115005610657256642
Binary1000011010010011010000101110100011010111110101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864928; }

 p { color: rgb(134,73,40); }

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

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

 a { background-color: rgb(134,73,40); }

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

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

 span { border-color: rgb(134,73,40); }

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