Html Css Color HEX #813109 Saddle Brown

📋 copy color: '#813109'

red 129 ◦ green 49 ◦ blue 9

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

Shades of Saddle Brown #813109

Tints of Saddle Brown #813109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 9 (3.91% from 255) = 4.81%

R = 68.98%
G = 26.2%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#813109 (or 0x813109) is known color: Saddle Brown. HEX triplet: 81, 31 and 09. RGB value is (129,49,9). Sum of RGB (Red+Green+Blue) = 129+49+9=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #813109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813109 is #7ECEF6. Grayscale: #444444. Windows color (decimal): -8310519 or 602497. OLE color: 602497.

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

Color convert

RGB 129 49 9 -
CMYK 0 0.62 0.93 0.49
HSL 20º 0.87% 0.27% -
HSV(B) 20º 0.93% 0.51% -
XYZ 10.2 6.88 1.05 -
YUV 68.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 129 49 9 0 0.62 0.93 0.49 20 0.87 0.27
Hex 81 31 9 0 3E 5D 31 14 57 1B
Octal 201 61 11 0 76 135 61 24 127 33
Binary 10000001 110001 1001 0 111110 1011101 110001 10100 1010111 11011

Color Harmonies of #813109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813109

Black with #813109

Text Example


Text Example

White with #813109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813109; }

 p { color: rgb(129,49,9); }

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

background-color css

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

 a { background-color: rgb(129,49,9); }

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

border-color css

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

 span { border-color: rgb(129,49,9); }

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