Html Css Color HEX #813B09 Saddle Brown

📋 copy color: '#813B09'

red 129 ◦ green 59 ◦ blue 9

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

Shades of Saddle Brown #813B09

Tints of Saddle Brown #813B09

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

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

R = 65.48%
G = 29.95%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#813B09 (or 0x813B09) is known color: Saddle Brown. HEX triplet: 81, 3B and 09. RGB value is (129,59,9). Sum of RGB (Red+Green+Blue) = 129+59+9=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #813B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B09 is #7EC4F6. Grayscale: #4A4A4A. Windows color (decimal): -8307959 or 605057. OLE color: 605057.

HSL color Cylindrical-coordinate representation of color #813B09: hue angle of 25º 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 #813B09 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 59 9 -
CMYK 0 0.54 0.93 0.49
HSL 25º 0.87% 0.27% -
HSV(B) 25º 0.93% 0.51% -
XYZ 10.67 7.81 1.2 -
YUV 74.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 129 59 9 0 0.54 0.93 0.49 25 0.87 0.27
Hex 81 3B 9 0 36 5D 31 19 57 1B
Octal 201 73 11 0 66 135 61 31 127 33
Binary 10000001 111011 1001 0 110110 1011101 110001 11001 1010111 11011

Color Harmonies of #813B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B09

Black with #813B09

Text Example


Text Example

White with #813B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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