#813B28

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

Shades of Crab Apple #813B28

Tints of Crab Apple #813B28

Color information

#813B28 (or 0x813B28) is unknown color: approx Crab Apple. HEX triplet: 81, 3B and 28. RGB value is (129,59,40). Sum of RGB (Red+Green+Blue) = 129+59+40=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B28 is #7EC4D7. Grayscale: #4D4D4D. Windows color (decimal): -8307928 or 2636673. OLE color: 2636673.

HSL color Cylindrical-coordinate representation of color #813B28: hue angle of 12.81º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813B28 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1295940-
CMYK00.540.690.49
HSL12.81º52.66%33.14%-
HSV(B)12.81º68.99%50.59%-
XYZ117.952.96-
YUV77.76106.69164.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=56.58%
G=25.88%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129594000.540.690.4912.8152.6633.14
Hex813B280364531d3521
Octal201735006610561156541
Binary10000001111011101000011011010001011100011101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813B28; }

 p { color: rgb(129,59,40); }

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

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

 a { background-color: rgb(129,59,40); }

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

<style>
 span { border-color: #813B28; }

 span { border-color: rgb(129,59,40); }

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