#864E2F

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

Shades of Korma #864E2F

Tints of Korma #864E2F

Color information

#864E2F (or 0x864E2F) is unknown color: approx Korma. HEX triplet: 86, 4E and 2F. RGB value is (134,78,47). Sum of RGB (Red+Green+Blue) = 134+78+47=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #864E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E2F is #79B1D0. Grayscale: #5B5B5B. Windows color (decimal): -7975377 or 3100294. OLE color: 3100294.

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

Color convert

RGB1347847-
CMYK00.420.650.47
HSL21.38º48.07%35.49%-
HSV(B)21.38º64.93%52.55%-
XYZ13.0710.724.07-
YUV91.21103.05158.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 47 (18.75% from 255) = 18.15%
R=51.74%
G=30.12%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134784700.420.650.4721.3848.0735.49
Hex864E2F02A412F153023
Octal2061165705210157256043
Binary1000011010011101011110101010100000110111110101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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