Html Css Color HEX #813701 Saddle Brown

📋 copy color: '#813701'

red 129 ◦ green 55 ◦ blue 1

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

Shades of Saddle Brown #813701

Tints of Saddle Brown #813701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 69.73%
G = 29.73%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#813701 (or 0x813701) is known color: Saddle Brown. HEX triplet: 81, 37 and 01. RGB value is (129,55,1). Sum of RGB (Red+Green+Blue) = 129+55+1=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813701 is #7EC8FE. Grayscale: #474747. Windows color (decimal): -8308991 or 79745. OLE color: 79745.

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

Color convert

RGB 129 55 1 -
CMYK 0 0.57 0.99 0.49
HSL 25.31º 0.98% 0.25% -
HSV(B) 25.31º 0.99% 0.51% -
XYZ 10.42 7.4 0.91 -
YUV 70.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 129 55 1 0 0.57 0.99 0.49 25.31 0.98 0.25
Hex 81 37 1 0 39 63 31 19 62 19
Octal 201 67 1 0 71 143 61 31 142 31
Binary 10000001 110111 1 0 111001 1100011 110001 11001 1100010 11001

Color Harmonies of #813701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813701

Black with #813701

Text Example


Text Example

White with #813701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813701; }

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

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

background-color css

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

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

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

border-color css

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

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

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