Html Css Color HEX #813C0B Saddle Brown

📋 copy color: '#813C0B'

red 129 ◦ green 60 ◦ blue 11

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

Shades of Saddle Brown #813C0B

Tints of Saddle Brown #813C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

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

R = 64.5%
G = 30%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#813C0B (or 0x813C0B) is known color: Saddle Brown. HEX triplet: 81, 3C and 0B. RGB value is (129,60,11). Sum of RGB (Red+Green+Blue) = 129+60+11=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #813C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C0B is #7EC3F4. Grayscale: #4B4B4B. Windows color (decimal): -8307701 or 736385. OLE color: 736385.

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

Color convert

RGB 129 60 11 -
CMYK 0 0.53 0.91 0.49
HSL 24.92º 0.84% 0.27% -
HSV(B) 24.92º 0.91% 0.51% -
XYZ 10.73 7.92 1.28 -
YUV 75.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 129 60 11 0 0.53 0.91 0.49 24.92 0.84 0.27
Hex 81 3C B 0 35 5B 31 19 54 1B
Octal 201 74 13 0 65 133 61 31 124 33
Binary 10000001 111100 1011 0 110101 1011011 110001 11001 1010100 11011

Color Harmonies of #813C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C0B

Black with #813C0B

Text Example


Text Example

White with #813C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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