#865222

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

Shades of Korma #865222

Tints of Korma #865222

Color information

#865222 (or 0x865222) is unknown color: approx Korma. HEX triplet: 86, 52 and 22. RGB value is (134,82,34). Sum of RGB (Red+Green+Blue) = 134+82+34=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #865222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865222 is #79ADDD. Grayscale: #5C5C5C. Windows color (decimal): -7974366 or 2249350. OLE color: 2249350.

HSL color Cylindrical-coordinate representation of color #865222: hue angle of 28.8º 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 #865222 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1348234-
CMYK00.390.750.47
HSL28.8º59.52%32.94%-
HSV(B)28.8º74.63%52.55%-
XYZ13.1411.222.99-
YUV92.0895.23157.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=53.6%
G=32.8%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134823400.390.750.4728.859.5232.94
Hex8652220274B2F1d3c21
Octal2061224204711357357441
Binary1000011010100101000100100111100101110111111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865222; }

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

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

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

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

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

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

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

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