Html Css Color HEX #813400 Saddle Brown

📋 copy color: '#813400'

red 129 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #813400

Tints of Saddle Brown #813400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 71.27%
G = 28.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#813400 (or 0x813400) is known color: Saddle Brown. HEX triplet: 81, 34 and 00. RGB value is (129,52,0). Sum of RGB (Red+Green+Blue) = 129+52+0=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #813400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813400 is #7ECBFF. Grayscale: #454545. Windows color (decimal): -8309760 or 13441. OLE color: 13441.

HSL color Cylindrical-coordinate representation of color #813400: hue angle of 24.19º 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 #813400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 0 -
CMYK 0 0.60 1 0.49
HSL 24.19º 1% 0.25% -
HSV(B) 24.19º 1% 0.51% -
XYZ 10.28 7.12 0.83 -
YUV 69.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 129 52 0 0 0.60 1 0.49 24.19 1 0.25
Hex 81 34 0 0 3C 64 31 18 64 19
Octal 201 64 0 0 74 144 61 30 144 31
Binary 10000001 110100 0 0 111100 1100100 110001 11000 1100100 11001

Color Harmonies of #813400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813400

Black with #813400

Text Example


Text Example

White with #813400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813400; }

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

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

background-color css

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

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

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

border-color css

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

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

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