Html Css Color HEX #813005 Saddle Brown

📋 copy color: '#813005'

red 129 ◦ green 48 ◦ blue 5

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

Shades of Saddle Brown #813005

Tints of Saddle Brown #813005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 70.88%
G = 26.37%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#813005 (or 0x813005) is known color: Saddle Brown. HEX triplet: 81, 30 and 05. RGB value is (129,48,5). Sum of RGB (Red+Green+Blue) = 129+48+5=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #813005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813005 is #7ECFFA. Grayscale: #434343. Windows color (decimal): -8310779 or 340097. OLE color: 340097.

HSL color Cylindrical-coordinate representation of color #813005: hue angle of 20.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #813005 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 5 -
CMYK 0 0.63 0.96 0.49
HSL 20.81º 0.93% 0.26% -
HSV(B) 20.81º 0.96% 0.51% -
XYZ 10.14 6.79 0.92 -
YUV 67.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 129 48 5 0 0.63 0.96 0.49 20.81 0.93 0.26
Hex 81 30 5 0 3F 60 31 15 5D 1A
Octal 201 60 5 0 77 140 61 25 135 32
Binary 10000001 110000 101 0 111111 1100000 110001 10101 1011101 11010

Color Harmonies of #813005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813005

Black with #813005

Text Example


Text Example

White with #813005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813005; }

 p { color: rgb(129,48,5); }

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

background-color css

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

 a { background-color: rgb(129,48,5); }

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

border-color css

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

 span { border-color: rgb(129,48,5); }

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