Html Css Color HEX #813E0D Saddle Brown

📋 copy color: '#813E0D'

red 129 ◦ green 62 ◦ blue 13

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

Shades of Saddle Brown #813E0D

Tints of Saddle Brown #813E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 63.24%
G = 30.39%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#813E0D (or 0x813E0D) is known color: Saddle Brown. HEX triplet: 81, 3E and 0D. RGB value is (129,62,13). Sum of RGB (Red+Green+Blue) = 129+62+13=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #813E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813E0D is #7EC1F2. Grayscale: #4C4C4C. Windows color (decimal): -8307187 or 867969. OLE color: 867969.

HSL color Cylindrical-coordinate representation of color #813E0D: hue angle of 25.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #813E0D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 62 13 -
CMYK 0 0.52 0.90 0.49
HSL 25.34º 0.82% 0.28% -
HSV(B) 25.34º 0.9% 0.51% -
XYZ 10.85 8.14 1.38 -
YUV 76.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 129 62 13 0 0.52 0.90 0.49 25.34 0.82 0.28
Hex 81 3E D 0 34 5A 31 19 52 1C
Octal 201 76 15 0 64 132 61 31 122 34
Binary 10000001 111110 1101 0 110100 1011010 110001 11001 1010010 11100

Color Harmonies of #813E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E0D

Black with #813E0D

Text Example


Text Example

White with #813E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,62,13); }

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

background-color css

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

 a { background-color: rgb(129,62,13); }

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

border-color css

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

 span { border-color: rgb(129,62,13); }

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