#88502D

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

Shades of Korma #88502D

Tints of Korma #88502D

Color information

#88502D (or 0x88502D) is unknown color: approx Korma. HEX triplet: 88, 50 and 2D. RGB value is (136,80,45). Sum of RGB (Red+Green+Blue) = 136+80+45=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88502D is #77AFD2. Grayscale: #5C5C5C. Windows color (decimal): -7843795 or 2969736. OLE color: 2969736.

HSL color Cylindrical-coordinate representation of color #88502D: hue angle of 23.08º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88502D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1368045-
CMYK00.410.670.47
HSL23.08º50.28%35.49%-
HSV(B)23.08º66.91%53.33%-
XYZ13.511.163.93-
YUV92.75101.05158.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=52.11%
G=30.65%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136804500.410.670.4723.0850.2835.49
Hex88502D029432F173223
Octal2101205505110357276243
Binary1000100010100001011010101001100001110111110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88502D; }

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

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

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

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

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

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

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

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