#855227

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

Shades of Korma #855227

Tints of Korma #855227

Color information

#855227 (or 0x855227) is unknown color: approx Korma. HEX triplet: 85, 52 and 27. RGB value is (133,82,39). Sum of RGB (Red+Green+Blue) = 133+82+39=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855227 is #7AADD8. Grayscale: #5C5C5C. Windows color (decimal): -8039897 or 2577029. OLE color: 2577029.

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

Color convert

RGB1338239-
CMYK00.380.710.48
HSL27.45º54.65%33.73%-
HSV(B)27.45º70.68%52.16%-
XYZ13.0611.173.39-
YUV92.3597.9157-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=52.36%
G=32.28%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133823900.380.710.4827.4554.6533.73
Hex85522702647301b3722
Octal2051224704610760336742
Binary1000010110100101001110100110100011111000011011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855227; }

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

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

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

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

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

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

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

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