#885131

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

Shades of Korma #885131

Tints of Korma #885131

Color information

#885131 (or 0x885131) is unknown color: approx Korma. HEX triplet: 88, 51 and 31. RGB value is (136,81,49). Sum of RGB (Red+Green+Blue) = 136+81+49=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #885131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885131 is #77AECE. Grayscale: #5D5D5D. Windows color (decimal): -7843535 or 3232136. OLE color: 3232136.

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

Color convert

RGB1368149-
CMYK00.400.640.47
HSL22.07º47.03%36.27%-
HSV(B)22.07º63.97%53.33%-
XYZ13.6511.344.38-
YUV93.8102.72158.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=51.13%
G=30.45%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136814900.400.640.4722.0747.0336.27
Hex885131028402F162f24
Octal2101216105010057265744
Binary1000100010100011100010101000100000010111110110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885131; }

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

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

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

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

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

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

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

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