#865227

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

Shades of Korma #865227

Tints of Korma #865227

Color information

#865227 (or 0x865227) is unknown color: approx Korma. HEX triplet: 86, 52 and 27. RGB value is (134,82,39). Sum of RGB (Red+Green+Blue) = 134+82+39=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865227 is #79ADD8. Grayscale: #5C5C5C. Windows color (decimal): -7974361 or 2577030. OLE color: 2577030.

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

Color convert

RGB1348239-
CMYK00.390.710.47
HSL27.16º54.91%33.92%-
HSV(B)27.16º70.9%52.55%-
XYZ13.2211.253.39-
YUV92.6597.73157.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=52.55%
G=32.16%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134823900.390.710.4727.1654.9133.92
Hex865227027472F1b3722
Octal2061224704710757336742
Binary1000011010100101001110100111100011110111111011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865227; }

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

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

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

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

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

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

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

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