Html Css Color HEX #813B2E Crab Apple

📋 copy color: '#813B2E'

red 129 ◦ green 59 ◦ blue 46

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

Shades of Crab Apple #813B2E

Tints of Crab Apple #813B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.21%

 BLUE value IS 46 (18.36% from 255) = 19.66%

R = 55.13%
G = 25.21%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#813B2E (or 0x813B2E) is known color: Crab Apple. HEX triplet: 81, 3B and 2E. RGB value is (129,59,46). Sum of RGB (Red+Green+Blue) = 129+59+46=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B2E is #7EC4D1. Grayscale: #4E4E4E. Windows color (decimal): -8307922 or 3029889. OLE color: 3029889.

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

Color convert

RGB 129 59 46 -
CMYK 0 0.54 0.64 0.49
HSL 9.4º 0.47% 0.34% -
HSV(B) 9.4º 0.64% 0.51% -
XYZ 11.11 7.99 3.54 -
YUV 78.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 129 59 46 0 0.54 0.64 0.49 9.4 0.47 0.34
Hex 81 3B 2E 0 36 40 31 9 2F 22
Octal 201 73 56 0 66 100 61 11 57 42
Binary 10000001 111011 101110 0 110110 1000000 110001 1001 101111 100010

Color Harmonies of #813B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B2E

Black with #813B2E

Text Example


Text Example

White with #813B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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