#83362C

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

Shades of Crab Apple #83362C

Tints of Crab Apple #83362C

Color information

#83362C (or 0x83362C) is unknown color: approx Crab Apple. HEX triplet: 83, 36 and 2C. RGB value is (131,54,44). Sum of RGB (Red+Green+Blue) = 131+54+44=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83362C is #7CC9D3. Grayscale: #4C4C4C. Windows color (decimal): -8178132 or 2897539. OLE color: 2897539.

HSL color Cylindrical-coordinate representation of color #83362C: hue angle of 6.9º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83362C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1315444-
CMYK00.590.660.49
HSL6.9º49.71%34.31%-
HSV(B)6.9º66.41%51.37%-
XYZ11.137.653.27-
YUV75.88110.01167.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=57.21%
G=23.58%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131544400.590.660.496.949.7134.31
Hex83362C03B423173222
Octal20366540731026176242
Binary1000001111011010110001110111000010110001111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83362C; }

 p { color: rgb(131,54,44); }

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

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

 a { background-color: rgb(131,54,44); }

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

<style>
 span { border-color: #83362C; }

 span { border-color: rgb(131,54,44); }

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