#864E22

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

Shades of Korma #864E22

Tints of Korma #864E22

Color information

#864E22 (or 0x864E22) is unknown color: approx Korma. HEX triplet: 86, 4E and 22. RGB value is (134,78,34). Sum of RGB (Red+Green+Blue) = 134+78+34=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #864E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E22 is #79B1DD. Grayscale: #595959. Windows color (decimal): -7975390 or 2248326. OLE color: 2248326.

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

Color convert

RGB1347834-
CMYK00.420.750.47
HSL26.4º59.52%32.94%-
HSV(B)26.4º74.63%52.55%-
XYZ12.8410.632.89-
YUV89.7396.55159.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 34 (13.67% from 255) = 13.82%
R=54.47%
G=31.71%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134783400.420.750.4726.459.5232.94
Hex864E2202A4B2F1a3c21
Octal2061164205211357327441
Binary1000011010011101000100101010100101110111111010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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