Html Css Color HEX #813D0D Saddle Brown

📋 copy color: '#813D0D'

red 129 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #813D0D

Tints of Saddle Brown #813D0D

RGB

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

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

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

R = 63.55%
G = 30.05%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#813D0D (or 0x813D0D) is known color: Saddle Brown. HEX triplet: 81, 3D and 0D. RGB value is (129,61,13). Sum of RGB (Red+Green+Blue) = 129+61+13=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D0D is #7EC2F2. Grayscale: #4C4C4C. Windows color (decimal): -8307443 or 867713. OLE color: 867713.

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

Color convert

RGB 129 61 13 -
CMYK 0 0.53 0.90 0.49
HSL 24.83º 0.82% 0.28% -
HSV(B) 24.83º 0.9% 0.51% -
XYZ 10.79 8.03 1.36 -
YUV 75.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 129 61 13 0 0.53 0.90 0.49 24.83 0.82 0.28
Hex 81 3D D 0 35 5A 31 19 52 1C
Octal 201 75 15 0 65 132 61 31 122 34
Binary 10000001 111101 1101 0 110101 1011010 110001 11001 1010010 11100

Color Harmonies of #813D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D0D

Black with #813D0D

Text Example


Text Example

White with #813D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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