#813B2A

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

Shades of Crab Apple #813B2A

Tints of Crab Apple #813B2A

Color information

#813B2A (or 0x813B2A) is unknown color: approx Crab Apple. HEX triplet: 81, 3B and 2A. RGB value is (129,59,42). Sum of RGB (Red+Green+Blue) = 129+59+42=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B2A is #7EC4D5. Grayscale: #4E4E4E. Windows color (decimal): -8307926 or 2767745. OLE color: 2767745.

HSL color Cylindrical-coordinate representation of color #813B2A: hue angle of 11.72º degrees, saturation: 0.51, 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 #813B2A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1295942-
CMYK00.540.670.49
HSL11.72º50.88%33.53%-
HSV(B)11.72º67.44%50.59%-
XYZ11.047.963.15-
YUV77.99107.69164.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=56.09%
G=25.65%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129594200.540.670.4911.7250.8833.53
Hex813B2A0364331c3322
Octal201735206610361146342
Binary10000001111011101010011011010000111100011100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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