#864B24

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

Shades of Korma #864B24

Tints of Korma #864B24

Color information

#864B24 (or 0x864B24) is unknown color: approx Korma. HEX triplet: 86, 4B and 24. RGB value is (134,75,36). Sum of RGB (Red+Green+Blue) = 134+75+36=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B24 is #79B4DB. Grayscale: #585858. Windows color (decimal): -7976156 or 2378630. OLE color: 2378630.

HSL color Cylindrical-coordinate representation of color #864B24: hue angle of 23.88º 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 #864B24 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1347536-
CMYK00.440.730.47
HSL23.88º57.65%33.33%-
HSV(B)23.88º73.13%52.55%-
XYZ12.6710.232.98-
YUV88.298.55160.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=54.69%
G=30.61%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134753600.440.730.4723.8857.6533.33
Hex864B2402C492F183a21
Octal2061134405411157307241
Binary1000011010010111001000101100100100110111111000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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