#885333

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

Shades of Korma #885333

Tints of Korma #885333

Color information

#885333 (or 0x885333) is unknown color: approx Korma. HEX triplet: 88, 53 and 33. RGB value is (136,83,51). Sum of RGB (Red+Green+Blue) = 136+83+51=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885333 is #77ACCC. Grayscale: #5F5F5F. Windows color (decimal): -7843021 or 3363720. OLE color: 3363720.

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

Color convert

RGB1368351-
CMYK00.390.620.47
HSL22.59º45.45%36.67%-
HSV(B)22.59º62.5%53.33%-
XYZ13.8411.664.65-
YUV95.2103.06157.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=50.37%
G=30.74%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136835100.390.620.4722.5945.4536.67
Hex8853330273E2F172d25
Octal210123630477657275545
Binary100010001010011110011010011111111010111110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885333; }

 p { color: rgb(136,83,51); }

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

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

 a { background-color: rgb(136,83,51); }

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

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

 span { border-color: rgb(136,83,51); }

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