#865224

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

Shades of Korma #865224

Tints of Korma #865224

Color information

#865224 (or 0x865224) is unknown color: approx Korma. HEX triplet: 86, 52 and 24. RGB value is (134,82,36). Sum of RGB (Red+Green+Blue) = 134+82+36=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #865224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865224 is #79ADDB. Grayscale: #5C5C5C. Windows color (decimal): -7974364 or 2380422. OLE color: 2380422.

HSL color Cylindrical-coordinate representation of color #865224: hue angle of 28.16º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #865224 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1348236-
CMYK00.390.730.47
HSL28.16º57.65%33.33%-
HSV(B)28.16º73.13%52.55%-
XYZ13.1711.233.14-
YUV92.396.23157.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=53.17%
G=32.54%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134823600.390.730.4728.1657.6533.33
Hex865224027492F1c3a21
Octal2061224404711157347241
Binary1000011010100101001000100111100100110111111100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865224; }

 p { color: rgb(134,82,36); }

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

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

 a { background-color: rgb(134,82,36); }

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

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

 span { border-color: rgb(134,82,36); }

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