#855228

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

Shades of Korma #855228

Tints of Korma #855228

Color information

#855228 (or 0x855228) is unknown color: approx Korma. HEX triplet: 85, 52 and 28. RGB value is (133,82,40). Sum of RGB (Red+Green+Blue) = 133+82+40=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855228 is #7AADD7. Grayscale: #5C5C5C. Windows color (decimal): -8039896 or 2642565. OLE color: 2642565.

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

Color convert

RGB1338240-
CMYK00.380.700.48
HSL27.1º53.76%33.92%-
HSV(B)27.1º69.92%52.16%-
XYZ13.0711.173.48-
YUV92.4698.4156.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=52.16%
G=32.16%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133824000.380.700.4827.153.7633.92
Hex85522802646301b3622
Octal2051225004610660336642
Binary1000010110100101010000100110100011011000011011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855228; }

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

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

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

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

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

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

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

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