#885121

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

Shades of Korma #885121

Tints of Korma #885121

Color information

#885121 (or 0x885121) is unknown color: approx Korma. HEX triplet: 88, 51 and 21. RGB value is (136,81,33). Sum of RGB (Red+Green+Blue) = 136+81+33=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885121 is #77AEDE. Grayscale: #5C5C5C. Windows color (decimal): -7843551 or 2183560. OLE color: 2183560.

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

Color convert

RGB1368133-
CMYK00.400.760.47
HSL27.96º60.95%33.14%-
HSV(B)27.96º75.74%53.33%-
XYZ13.3711.232.9-
YUV91.9794.72159.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 33 (13.28% from 255) = 13.2%
R=54.4%
G=32.4%
B=13.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136813300.400.760.4727.9660.9533.14
Hex8851210284C2F1c3d21
Octal2101214105011457347541
Binary1000100010100011000010101000100110010111111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885121; }

 p { color: rgb(136,81,33); }

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

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

 a { background-color: rgb(136,81,33); }

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

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

 span { border-color: rgb(136,81,33); }

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