#885331

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

Shades of Korma #885331

Tints of Korma #885331

Color information

#885331 (or 0x885331) is unknown color: approx Korma. HEX triplet: 88, 53 and 31. RGB value is (136,83,49). Sum of RGB (Red+Green+Blue) = 136+83+49=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885331 is #77ACCE. Grayscale: #5F5F5F. Windows color (decimal): -7843023 or 3232648. OLE color: 3232648.

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

Color convert

RGB1368349-
CMYK00.390.640.47
HSL23.45º47.03%36.27%-
HSV(B)23.45º63.97%53.33%-
XYZ13.811.644.43-
YUV94.97102.06157.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=50.75%
G=30.97%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136834900.390.640.4723.4547.0336.27
Hex885331027402F172f24
Octal2101236104710057275744
Binary1000100010100111100010100111100000010111110111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885331; }

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

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

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

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

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

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

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

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