#88502F

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

Shades of Korma #88502F

Tints of Korma #88502F

Color information

#88502F (or 0x88502F) is unknown color: approx Korma. HEX triplet: 88, 50 and 2F. RGB value is (136,80,47). Sum of RGB (Red+Green+Blue) = 136+80+47=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88502F is #77AFD0. Grayscale: #5D5D5D. Windows color (decimal): -7843793 or 3100808. OLE color: 3100808.

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

Color convert

RGB1368047-
CMYK00.410.650.47
HSL22.25º48.63%35.88%-
HSV(B)22.25º65.44%53.33%-
XYZ13.5411.184.13-
YUV92.98102.05158.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=51.71%
G=30.42%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136804700.410.650.4722.2548.6335.88
Hex88502F029412F163124
Octal2101205705110157266144
Binary1000100010100001011110101001100000110111110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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