#864E29

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

Shades of Korma #864E29

Tints of Korma #864E29

Color information

#864E29 (or 0x864E29) is unknown color: approx Korma. HEX triplet: 86, 4E and 29. RGB value is (134,78,41). Sum of RGB (Red+Green+Blue) = 134+78+41=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #864E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E29 is #79B1D6. Grayscale: #5A5A5A. Windows color (decimal): -7975383 or 2707078. OLE color: 2707078.

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

Color convert

RGB1347841-
CMYK00.420.690.47
HSL23.87º53.14%34.31%-
HSV(B)23.87º69.4%52.55%-
XYZ12.9610.683.48-
YUV90.53100.05159.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=52.96%
G=30.83%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134784100.420.690.4723.8753.1434.31
Hex864E2902A452F183522
Octal2061165105210557306542
Binary1000011010011101010010101010100010110111111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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