#88502B

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

Shades of Korma #88502B

Tints of Korma #88502B

Color information

#88502B (or 0x88502B) is unknown color: approx Korma. HEX triplet: 88, 50 and 2B. RGB value is (136,80,43). Sum of RGB (Red+Green+Blue) = 136+80+43=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #88502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88502B is #77AFD4. Grayscale: #5C5C5C. Windows color (decimal): -7843797 or 2838664. OLE color: 2838664.

HSL color Cylindrical-coordinate representation of color #88502B: hue angle of 23.87º degrees, saturation: 0.52, 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 #88502B is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1368043-
CMYK00.410.680.47
HSL23.87º51.96%35.1%-
HSV(B)23.87º68.38%53.33%-
XYZ13.4611.153.73-
YUV92.53100.05159.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=52.51%
G=30.89%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136804300.410.680.4723.8751.9635.1
Hex88502B029442F183423
Octal2101205305110457306443
Binary1000100010100001010110101001100010010111111000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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