#88352a

Color #88352A Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #88352A

Tints of Crab Apple #88352A

Color information

#88352A (or 0x88352A) is unknown color: approx Crab Apple. HEX triplet: 88, 35 and 2A. RGB value is (136,53,42). Sum of RGB (Red+Green+Blue) = 136+53+42=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88352A is #77CAD5. Grayscale: #4C4C4C. Windows color (decimal): -7850710 or 2766216. OLE color: 2766216.

HSL color Cylindrical-coordinate representation of color #88352A: hue angle of 7.02º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88352A is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1365342-
CMYK00.610.690.47
HSL7.02º52.81%34.9%-
HSV(B)7.02º69.12%53.33%-
XYZ11.847.953.1-
YUV76.56108.5170.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=58.87%
G=22.94%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136534200.610.690.477.0252.8134.9
Hex88352A03D452F73523
Octal21065520751055776543
Binary1000100011010110101001111011000101101111111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88352a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88352a; }

 p { color: rgb(136,53,42); }

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

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

 a { background-color: rgb(136,53,42); }

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

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

 span { border-color: rgb(136,53,42); }

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