Html Css Color HEX #813A0B Saddle Brown

📋 copy color: '#813A0B'

red 129 ◦ green 58 ◦ blue 11

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

Shades of Saddle Brown #813A0B

Tints of Saddle Brown #813A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 11 (4.69% from 255) = 5.56%

R = 65.15%
G = 29.29%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#813A0B (or 0x813A0B) is known color: Saddle Brown. HEX triplet: 81, 3A and 0B. RGB value is (129,58,11). Sum of RGB (Red+Green+Blue) = 129+58+11=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #813A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A0B is #7EC5F4. Grayscale: #4A4A4A. Windows color (decimal): -8308213 or 735873. OLE color: 735873.

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

Color convert

RGB 129 58 11 -
CMYK 0 0.55 0.91 0.49
HSL 23.9º 0.84% 0.27% -
HSV(B) 23.9º 0.91% 0.51% -
XYZ 10.63 7.72 1.25 -
YUV 73.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 129 58 11 0 0.55 0.91 0.49 23.9 0.84 0.27
Hex 81 3A B 0 37 5B 31 18 54 1B
Octal 201 72 13 0 67 133 61 30 124 33
Binary 10000001 111010 1011 0 110111 1011011 110001 11000 1010100 11011

Color Harmonies of #813A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813A0B

Black with #813A0B

Text Example


Text Example

White with #813A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,58,11); }

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

background-color css

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

 a { background-color: rgb(129,58,11); }

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

border-color css

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

 span { border-color: rgb(129,58,11); }

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