Html Css Color HEX #813000 Saddle Brown

📋 copy color: '#813000'

red 129 ◦ green 48 ◦ blue 0

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

Shades of Saddle Brown #813000

Tints of Saddle Brown #813000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.88%
G = 27.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#813000 (or 0x813000) is known color: Saddle Brown. HEX triplet: 81, 30 and 00. RGB value is (129,48,0). Sum of RGB (Red+Green+Blue) = 129+48+0=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #813000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813000 is #7ECFFF. Grayscale: #434343. Windows color (decimal): -8310784 or 12417. OLE color: 12417.

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

Color convert

RGB 129 48 0 -
CMYK 0 0.63 1 0.49
HSL 22.33º 1% 0.25% -
HSV(B) 22.33º 1% 0.51% -
XYZ 10.11 6.78 0.78 -
YUV 66.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 129 48 0 0 0.63 1 0.49 22.33 1 0.25
Hex 81 30 0 0 3F 64 31 16 64 19
Octal 201 60 0 0 77 144 61 26 144 31
Binary 10000001 110000 0 0 111111 1100100 110001 10110 1100100 11001

Color Harmonies of #813000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813000

Black with #813000

Text Example


Text Example

White with #813000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813000; }

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

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

background-color css

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

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

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

border-color css

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

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

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