#813C2B

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

Shades of Crab Apple #813C2B

Tints of Crab Apple #813C2B

Color information

#813C2B (or 0x813C2B) is unknown color: approx Crab Apple. HEX triplet: 81, 3C and 2B. RGB value is (129,60,43). Sum of RGB (Red+Green+Blue) = 129+60+43=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C2B is #7EC3D4. Grayscale: #4E4E4E. Windows color (decimal): -8307669 or 2833537. OLE color: 2833537.

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

Color convert

RGB1296043-
CMYK00.530.670.49
HSL11.86º50%33.73%-
HSV(B)11.86º66.67%50.59%-
XYZ11.118.073.26-
YUV78.69107.86163.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=55.60%
G=25.86%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129604300.530.670.4911.865033.73
Hex813C2B0354331c3222
Octal201745306510361146242
Binary10000001111100101011011010110000111100011100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,43); }

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

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

 a { background-color: rgb(129,60,43); }

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

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

 span { border-color: rgb(129,60,43); }

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