Html Css Color HEX #813304 Saddle Brown

📋 copy color: '#813304'

red 129 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #813304

Tints of Saddle Brown #813304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.72%

 BLUE value IS 4 (1.95% from 255) = 2.17%

R = 70.11%
G = 27.72%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#813304 (or 0x813304) is known color: Saddle Brown. HEX triplet: 81, 33 and 04. RGB value is (129,51,4). Sum of RGB (Red+Green+Blue) = 129+51+4=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #813304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813304 is #7ECCFB. Grayscale: #454545. Windows color (decimal): -8310012 or 275329. OLE color: 275329.

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

Color convert

RGB 129 51 4 -
CMYK 0 0.60 0.97 0.49
HSL 22.56º 0.94% 0.26% -
HSV(B) 22.56º 0.97% 0.51% -
XYZ 10.26 7.04 0.93 -
YUV 68.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 129 51 4 0 0.60 0.97 0.49 22.56 0.94 0.26
Hex 81 33 4 0 3C 61 31 17 5E 1A
Octal 201 63 4 0 74 141 61 27 136 32
Binary 10000001 110011 100 0 111100 1100001 110001 10111 1011110 11010

Color Harmonies of #813304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813304

Black with #813304

Text Example


Text Example

White with #813304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813304; }

 p { color: rgb(129,51,4); }

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

background-color css

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

 a { background-color: rgb(129,51,4); }

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

border-color css

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

 span { border-color: rgb(129,51,4); }

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