#88342E

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

Shades of Crab Apple #88342E

Tints of Crab Apple #88342E

Color information

#88342E (or 0x88342E) is unknown color: approx Crab Apple. HEX triplet: 88, 34 and 2E. RGB value is (136,52,46). Sum of RGB (Red+Green+Blue) = 136+52+46=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88342E is #77CBD1. Grayscale: #4C4C4C. Windows color (decimal): -7850962 or 3028104. OLE color: 3028104.

HSL color Cylindrical-coordinate representation of color #88342E: hue angle of 4º 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 #88342E is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1365246-
CMYK00.620.660.47
HSL49.45%35.69%-
HSV(B)66.18%53.33%-
XYZ11.877.893.48-
YUV76.43110.83170.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=58.12%
G=22.22%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136524600.620.660.47449.4535.69
Hex88342E03E422F43124
Octal21064560761025746144
Binary1000100011010010111001111101000010101111100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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