#864C29

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

Shades of Korma #864C29

Tints of Korma #864C29

Color information

#864C29 (or 0x864C29) is unknown color: approx Korma. HEX triplet: 86, 4C and 29. RGB value is (134,76,41). Sum of RGB (Red+Green+Blue) = 134+76+41=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #864C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C29 is #79B3D6. Grayscale: #595959. Windows color (decimal): -7975895 or 2706566. OLE color: 2706566.

HSL color Cylindrical-coordinate representation of color #864C29: hue angle of 22.58º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #864C29 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1347641-
CMYK00.430.690.47
HSL22.58º53.14%34.31%-
HSV(B)22.58º69.4%52.55%-
XYZ12.8210.43.43-
YUV89.35100.72159.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=53.39%
G=30.28%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134764100.430.690.4722.5853.1434.31
Hex864C2902B452F173522
Octal2061145105310557276542
Binary1000011010011001010010101011100010110111110111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,76,41); }

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

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

 a { background-color: rgb(134,76,41); }

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

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

 span { border-color: rgb(134,76,41); }

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