#864B23

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

Shades of Korma #864B23

Tints of Korma #864B23

Color information

#864B23 (or 0x864B23) is unknown color: approx Korma. HEX triplet: 86, 4B and 23. RGB value is (134,75,35). Sum of RGB (Red+Green+Blue) = 134+75+35=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #864B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B23 is #79B4DC. Grayscale: #585858. Windows color (decimal): -7976157 or 2313094. OLE color: 2313094.

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

Color convert

RGB1347535-
CMYK00.440.740.47
HSL24.24º58.58%33.14%-
HSV(B)24.24º73.88%52.55%-
XYZ12.6510.222.9-
YUV88.0898.05160.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=54.92%
G=30.74%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134753500.440.740.4724.2458.5833.14
Hex864B2302C4A2F183b21
Octal2061134305411257307341
Binary1000011010010111000110101100100101010111111000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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