Html Css Color HEX #813B0A Saddle Brown

📋 copy color: '#813B0A'

red 129 ◦ green 59 ◦ blue 10

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

Shades of Saddle Brown #813B0A

Tints of Saddle Brown #813B0A

RGB

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

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

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

R = 65.15%
G = 29.8%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#813B0A (or 0x813B0A) is known color: Saddle Brown. HEX triplet: 81, 3B and 0A. RGB value is (129,59,10). Sum of RGB (Red+Green+Blue) = 129+59+10=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #813B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B0A is #7EC4F5. Grayscale: #4A4A4A. Windows color (decimal): -8307958 or 670593. OLE color: 670593.

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

Color convert

RGB 129 59 10 -
CMYK 0 0.54 0.92 0.49
HSL 24.71º 0.86% 0.27% -
HSV(B) 24.71º 0.92% 0.51% -
XYZ 10.67 7.82 1.23 -
YUV 74.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 129 59 10 0 0.54 0.92 0.49 24.71 0.86 0.27
Hex 81 3B A 0 36 5C 31 19 56 1B
Octal 201 73 12 0 66 134 61 31 126 33
Binary 10000001 111011 1010 0 110110 1011100 110001 11001 1010110 11011

Color Harmonies of #813B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B0A

Black with #813B0A

Text Example


Text Example

White with #813B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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