Html Css Color HEX #813529 Crab Apple

📋 copy color: '#813529'

red 129 ◦ green 53 ◦ blue 41

#813529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #813529

Tints of Crab Apple #813529

RGB

 RED value IS 129 (50.78% from 255) = 57.85%

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 57.85%
G = 23.77%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#813529 (or 0x813529) is known color: Crab Apple. HEX triplet: 81, 35 and 29. RGB value is (129,53,41). Sum of RGB (Red+Green+Blue) = 129+53+41=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #813529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813529 is #7ECAD6. Grayscale: #4A4A4A. Windows color (decimal): -8309463 or 2700673. OLE color: 2700673.

HSL color Cylindrical-coordinate representation of color #813529: hue angle of 8.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813529 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 53 41 -
CMYK 0 0.59 0.68 0.49
HSL 8.18º 0.52% 0.33% -
HSV(B) 8.18º 0.68% 0.51% -
XYZ 10.73 7.37 2.96 -
YUV 74.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 129 53 41 0 0.59 0.68 0.49 8.18 0.52 0.33
Hex 81 35 29 0 3B 44 31 8 34 21
Octal 201 65 51 0 73 104 61 10 64 41
Binary 10000001 110101 101001 0 111011 1000100 110001 1000 110100 100001

Color Harmonies of #813529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813529

Black with #813529

Text Example


Text Example

White with #813529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813529; }

 p { color: rgb(129,53,41); }

 H1.HeaderClassName
 {
   color: #813529;
 }
 .AnyTagClassName
 {
   color: #813529;
 }
</style>

background-color css

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

 a { background-color: rgb(129,53,41); }

 div.DivClassName
 {
   background-color: #813529;
 }
 .BgClassName
 {
   background-color: #813529;
 }
</style>

border-color css

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

 span { border-color: rgb(129,53,41); }

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