#88532C

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

Shades of Korma #88532C

Tints of Korma #88532C

Color information

#88532C (or 0x88532C) is unknown color: approx Korma. HEX triplet: 88, 53 and 2C. RGB value is (136,83,44). Sum of RGB (Red+Green+Blue) = 136+83+44=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88532C is #77ACD3. Grayscale: #5E5E5E. Windows color (decimal): -7843028 or 2904968. OLE color: 2904968.

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

Color convert

RGB1368344-
CMYK00.390.680.47
HSL25.43º51.11%35.29%-
HSV(B)25.43º67.65%53.33%-
XYZ13.711.63.9-
YUV94.499.56157.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=51.71%
G=31.56%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136834400.390.680.4725.4351.1135.29
Hex88532C027442F193323
Octal2101235404710457316343
Binary1000100010100111011000100111100010010111111001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88532C; }

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

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

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

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

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

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

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

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