#88362E

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

Shades of Crab Apple #88362E

Tints of Crab Apple #88362E

Color information

#88362E (or 0x88362E) is unknown color: approx Crab Apple. HEX triplet: 88, 36 and 2E. RGB value is (136,54,46). Sum of RGB (Red+Green+Blue) = 136+54+46=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88362E is #77C9D1. Grayscale: #4D4D4D. Windows color (decimal): -7850450 or 3028616. OLE color: 3028616.

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

Color convert

RGB1365446-
CMYK00.600.660.47
HSL5.33º49.45%35.69%-
HSV(B)5.33º66.18%53.33%-
XYZ11.978.073.51-
YUV77.61110.17169.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=57.63%
G=22.88%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136544600.600.660.475.3349.4535.69
Hex88362E03C422F53124
Octal21066560741025756144
Binary1000100011011010111001111001000010101111101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88362E; }

 p { color: rgb(136,54,46); }

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

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

 a { background-color: rgb(136,54,46); }

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

<style>
 span { border-color: #88362E; }

 span { border-color: rgb(136,54,46); }

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