Html Css Color HEX #813931 Crab Apple

📋 copy color: '#813931'

red 129 ◦ green 57 ◦ blue 49

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

Shades of Crab Apple #813931

Tints of Crab Apple #813931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 54.89%
G = 24.26%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#813931 (or 0x813931) is known color: Crab Apple. HEX triplet: 81, 39 and 31. RGB value is (129,57,49). Sum of RGB (Red+Green+Blue) = 129+57+49=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813931 is #7EC6CE. Grayscale: #4D4D4D. Windows color (decimal): -8308431 or 3225985. OLE color: 3225985.

HSL color Cylindrical-coordinate representation of color #813931: hue angle of 6º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813931 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 57 49 -
CMYK 0 0.56 0.62 0.49
HSL 0.45% 0.35% -
HSV(B) 0.62% 0.51% -
XYZ 11.07 7.82 3.83 -
YUV 77.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 129 57 49 0 0.56 0.62 0.49 6 0.45 0.35
Hex 81 39 31 0 38 3E 31 6 2D 23
Octal 201 71 61 0 70 76 61 6 55 43
Binary 10000001 111001 110001 0 111000 111110 110001 110 101101 100011

Color Harmonies of #813931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813931

Black with #813931

Text Example


Text Example

White with #813931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813931; }

 p { color: rgb(129,57,49); }

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

background-color css

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

 a { background-color: rgb(129,57,49); }

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

border-color css

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

 span { border-color: rgb(129,57,49); }

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