Html Css Color HEX #813508 Saddle Brown

📋 copy color: '#813508'

red 129 ◦ green 53 ◦ blue 8

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

Shades of Saddle Brown #813508

Tints of Saddle Brown #813508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 8 (3.52% from 255) = 4.21%

R = 67.89%
G = 27.89%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#813508 (or 0x813508) is known color: Saddle Brown. HEX triplet: 81, 35 and 08. RGB value is (129,53,8). Sum of RGB (Red+Green+Blue) = 129+53+8=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #813508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813508 is #7ECAF7. Grayscale: #464646. Windows color (decimal): -8309496 or 537985. OLE color: 537985.

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

Color convert

RGB 129 53 8 -
CMYK 0 0.59 0.94 0.49
HSL 22.31º 0.88% 0.27% -
HSV(B) 22.31º 0.94% 0.51% -
XYZ 10.37 7.23 1.08 -
YUV 70.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 129 53 8 0 0.59 0.94 0.49 22.31 0.88 0.27
Hex 81 35 8 0 3B 5E 31 16 58 1B
Octal 201 65 10 0 73 136 61 26 130 33
Binary 10000001 110101 1000 0 111011 1011110 110001 10110 1011000 11011

Color Harmonies of #813508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813508

Black with #813508

Text Example


Text Example

White with #813508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813508; }

 p { color: rgb(129,53,8); }

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

background-color css

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

 a { background-color: rgb(129,53,8); }

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

border-color css

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

 span { border-color: rgb(129,53,8); }

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