#864D26

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

Shades of Korma #864D26

Tints of Korma #864D26

Color information

#864D26 (or 0x864D26) is unknown color: approx Korma. HEX triplet: 86, 4D and 26. RGB value is (134,77,38). Sum of RGB (Red+Green+Blue) = 134+77+38=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #864D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D26 is #79B2D9. Grayscale: #595959. Windows color (decimal): -7975642 or 2510214. OLE color: 2510214.

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

Color convert

RGB1347738-
CMYK00.430.720.47
HSL24.38º55.81%33.73%-
HSV(B)24.38º71.64%52.55%-
XYZ12.8410.523.19-
YUV89.698.88159.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=53.82%
G=30.92%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134773800.430.720.4724.3855.8133.73
Hex864D2602B482F183822
Octal2061154605311057307042
Binary1000011010011011001100101011100100010111111000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,38); }

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

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

 a { background-color: rgb(134,77,38); }

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

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

 span { border-color: rgb(134,77,38); }

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