Html Css Color HEX #813710 Saddle Brown

📋 copy color: '#813710'

red 129 ◦ green 55 ◦ blue 16

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

Shades of Saddle Brown #813710

Tints of Saddle Brown #813710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 64.5%
G = 27.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#813710 (or 0x813710) is known color: Saddle Brown. HEX triplet: 81, 37 and 10. RGB value is (129,55,16). Sum of RGB (Red+Green+Blue) = 129+55+16=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #813710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813710 is #7EC8EF. Grayscale: #484848. Windows color (decimal): -8308976 or 1062785. OLE color: 1062785.

HSL color Cylindrical-coordinate representation of color #813710: hue angle of 20.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #813710 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 16 -
CMYK 0 0.57 0.88 0.49
HSL 20.71º 0.78% 0.28% -
HSV(B) 20.71º 0.88% 0.51% -
XYZ 10.51 7.44 1.37 -
YUV 72.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 129 55 16 0 0.57 0.88 0.49 20.71 0.78 0.28
Hex 81 37 10 0 39 58 31 15 4E 1C
Octal 201 67 20 0 71 130 61 25 116 34
Binary 10000001 110111 10000 0 111001 1011000 110001 10101 1001110 11100

Color Harmonies of #813710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813710

Black with #813710

Text Example


Text Example

White with #813710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813710; }

 p { color: rgb(129,55,16); }

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

background-color css

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

 a { background-color: rgb(129,55,16); }

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

border-color css

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

 span { border-color: rgb(129,55,16); }

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