Html Css Color HEX #813B2A Crab Apple

📋 copy color: '#813B2A'

red 129 ◦ green 59 ◦ blue 42

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

Shades of Crab Apple #813B2A

Tints of Crab Apple #813B2A

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.8% from 255) = 18.26%

R = 56.09%
G = 25.65%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#813B2A (or 0x813B2A) is known color: 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

RGB 129 59 42 -
CMYK 0 0.54 0.67 0.49
HSL 11.72º 0.51% 0.34% -
HSV(B) 11.72º 0.67% 0.51% -
XYZ 11.04 7.96 3.15 -
YUV 77.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 129 59 42 0 0.54 0.67 0.49 11.72 0.51 0.34
Hex 81 3B 2A 0 36 43 31 C 33 22
Octal 201 73 52 0 66 103 61 14 63 42
Binary 10000001 111011 101010 0 110110 1000011 110001 1100 110011 100010

Color Harmonies of #813B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B2A

Black with #813B2A

Text Example


Text Example

White with #813B2A

Text Example


Text Example

HTML Codes & Css Web 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>