Html Css Color HEX #813705 Saddle Brown

📋 copy color: '#813705'

red 129 ◦ green 55 ◦ blue 5

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

Shades of Saddle Brown #813705

Tints of Saddle Brown #813705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 68.25%
G = 29.1%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#813705 (or 0x813705) is known color: Saddle Brown. HEX triplet: 81, 37 and 05. RGB value is (129,55,5). Sum of RGB (Red+Green+Blue) = 129+55+5=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #813705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813705 is #7EC8FA. Grayscale: #474747. Windows color (decimal): -8308987 or 341889. OLE color: 341889.

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

Color convert

RGB 129 55 5 -
CMYK 0 0.57 0.96 0.49
HSL 24.19º 0.93% 0.26% -
HSV(B) 24.19º 0.96% 0.51% -
XYZ 10.45 7.41 1.02 -
YUV 71.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 129 55 5 0 0.57 0.96 0.49 24.19 0.93 0.26
Hex 81 37 5 0 39 60 31 18 5D 1A
Octal 201 67 5 0 71 140 61 30 135 32
Binary 10000001 110111 101 0 111001 1100000 110001 11000 1011101 11010

Color Harmonies of #813705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813705

Black with #813705

Text Example


Text Example

White with #813705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813705; }

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

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

background-color css

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

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

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

border-color css

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

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

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