#864F24

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

Shades of Korma #864F24

Tints of Korma #864F24

Color information

#864F24 (or 0x864F24) is unknown color: approx Korma. HEX triplet: 86, 4F and 24. RGB value is (134,79,36). Sum of RGB (Red+Green+Blue) = 134+79+36=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #864F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F24 is #79B0DB. Grayscale: #5A5A5A. Windows color (decimal): -7975132 or 2379654. OLE color: 2379654.

HSL color Cylindrical-coordinate representation of color #864F24: hue angle of 26.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #864F24 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1347936-
CMYK00.410.730.47
HSL26.33º57.65%33.33%-
HSV(B)26.33º73.13%52.55%-
XYZ12.9510.793.07-
YUV90.5497.22159-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=53.82%
G=31.73%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134793600.410.730.4726.3357.6533.33
Hex864F24029492F1a3a21
Octal2061174405111157327241
Binary1000011010011111001000101001100100110111111010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864F24; }

 p { color: rgb(134,79,36); }

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

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

 a { background-color: rgb(134,79,36); }

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

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

 span { border-color: rgb(134,79,36); }

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