Html Css Color HEX #813611 Saddle Brown

📋 copy color: '#813611'

red 129 ◦ green 54 ◦ blue 17

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

Shades of Saddle Brown #813611

Tints of Saddle Brown #813611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 64.5%
G = 27%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#813611 (or 0x813611) is known color: Saddle Brown. HEX triplet: 81, 36 and 11. RGB value is (129,54,17). Sum of RGB (Red+Green+Blue) = 129+54+17=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #813611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813611 is #7EC9EE. Grayscale: #484848. Windows color (decimal): -8309231 or 1128065. OLE color: 1128065.

HSL color Cylindrical-coordinate representation of color #813611: hue angle of 19.82º 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 #813611 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 17 -
CMYK 0 0.58 0.87 0.49
HSL 19.82º 0.77% 0.29% -
HSV(B) 19.82º 0.87% 0.51% -
XYZ 10.47 7.35 1.4 -
YUV 72.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 129 54 17 0 0.58 0.87 0.49 19.82 0.77 0.29
Hex 81 36 11 0 3A 57 31 14 4D 1D
Octal 201 66 21 0 72 127 61 24 115 35
Binary 10000001 110110 10001 0 111010 1010111 110001 10100 1001101 11101

Color Harmonies of #813611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813611

Black with #813611

Text Example


Text Example

White with #813611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813611; }

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

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

background-color css

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

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

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

border-color css

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

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

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