Html Css Color HEX #813D0A Saddle Brown

📋 copy color: '#813D0A'

red 129 ◦ green 61 ◦ blue 10

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

Shades of Saddle Brown #813D0A

Tints of Saddle Brown #813D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.5%

 BLUE value IS 10 (4.3% from 255) = 5%

R = 64.5%
G = 30.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#813D0A (or 0x813D0A) is known color: Saddle Brown. HEX triplet: 81, 3D and 0A. RGB value is (129,61,10). Sum of RGB (Red+Green+Blue) = 129+61+10=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #813D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D0A is #7EC2F5. Grayscale: #4B4B4B. Windows color (decimal): -8307446 or 671105. OLE color: 671105.

HSL color Cylindrical-coordinate representation of color #813D0A: hue angle of 25.71º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #813D0A is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 61 10 -
CMYK 0 0.53 0.92 0.49
HSL 25.71º 0.86% 0.27% -
HSV(B) 25.71º 0.92% 0.51% -
XYZ 10.78 8.03 1.27 -
YUV 75.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 129 61 10 0 0.53 0.92 0.49 25.71 0.86 0.27
Hex 81 3D A 0 35 5C 31 1A 56 1B
Octal 201 75 12 0 65 134 61 32 126 33
Binary 10000001 111101 1010 0 110101 1011100 110001 11010 1010110 11011

Color Harmonies of #813D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D0A

Black with #813D0A

Text Example


Text Example

White with #813D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,61,10); }

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

background-color css

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

 a { background-color: rgb(129,61,10); }

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

border-color css

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

 span { border-color: rgb(129,61,10); }

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