#885022

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

Shades of Korma #885022

Tints of Korma #885022

Color information

#885022 (or 0x885022) is unknown color: approx Korma. HEX triplet: 88, 50 and 22. RGB value is (136,80,34). Sum of RGB (Red+Green+Blue) = 136+80+34=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885022 is #77AFDD. Grayscale: #5B5B5B. Windows color (decimal): -7843806 or 2248840. OLE color: 2248840.

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

Color convert

RGB1368034-
CMYK00.410.750.47
HSL27.06º60%33.33%-
HSV(B)27.06º75%53.33%-
XYZ13.3111.092.95-
YUV91.595.55159.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=54.4%
G=32%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136803400.410.750.4727.066033.33
Hex8850220294B2F1b3c21
Octal2101204205111357337441
Binary1000100010100001000100101001100101110111111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885022; }

 p { color: rgb(136,80,34); }

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

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

 a { background-color: rgb(136,80,34); }

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

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

 span { border-color: rgb(136,80,34); }

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