Html Css Color HEX #813911 Saddle Brown

📋 copy color: '#813911'

red 129 ◦ green 57 ◦ blue 17

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

Shades of Saddle Brown #813911

Tints of Saddle Brown #813911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.37%

R = 63.55%
G = 28.08%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#813911 (or 0x813911) is known color: Saddle Brown. HEX triplet: 81, 39 and 11. RGB value is (129,57,17). Sum of RGB (Red+Green+Blue) = 129+57+17=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813911 is #7EC6EE. Grayscale: #4A4A4A. Windows color (decimal): -8308463 or 1128833. OLE color: 1128833.

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

Color convert

RGB 129 57 17 -
CMYK 0 0.56 0.87 0.49
HSL 21.43º 0.77% 0.29% -
HSV(B) 21.43º 0.87% 0.51% -
XYZ 10.62 7.63 1.44 -
YUV 73.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 129 57 17 0 0.56 0.87 0.49 21.43 0.77 0.29
Hex 81 39 11 0 38 57 31 15 4D 1D
Octal 201 71 21 0 70 127 61 25 115 35
Binary 10000001 111001 10001 0 111000 1010111 110001 10101 1001101 11101

Color Harmonies of #813911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813911

Black with #813911

Text Example


Text Example

White with #813911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813911; }

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

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

background-color css

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

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

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

border-color css

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

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

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