#813B2D

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

Shades of Crab Apple #813B2D

Tints of Crab Apple #813B2D

Color information

#813B2D (or 0x813B2D) is unknown color: approx Crab Apple. HEX triplet: 81, 3B and 2D. RGB value is (129,59,45). Sum of RGB (Red+Green+Blue) = 129+59+45=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B2D is #7EC4D2. Grayscale: #4E4E4E. Windows color (decimal): -8307923 or 2964353. OLE color: 2964353.

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

Color convert

RGB1295945-
CMYK00.540.650.49
HSL10º48.28%34.12%-
HSV(B)10º65.12%50.59%-
XYZ11.097.983.44-
YUV78.33109.19164.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=55.36%
G=25.32%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129594500.540.650.491048.2834.12
Hex813B2D0364131a3022
Octal201735506610161126042
Binary10000001111011101101011011010000011100011010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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