Html Css Color HEX #813301 Saddle Brown

📋 copy color: '#813301'

red 129 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #813301

Tints of Saddle Brown #813301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 71.27%
G = 28.18%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#813301 (or 0x813301) is known color: Saddle Brown. HEX triplet: 81, 33 and 01. RGB value is (129,51,1). Sum of RGB (Red+Green+Blue) = 129+51+1=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #813301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813301 is #7ECCFE. Grayscale: #444444. Windows color (decimal): -8310015 or 78721. OLE color: 78721.

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

Color convert

RGB 129 51 1 -
CMYK 0 0.60 0.99 0.49
HSL 23.44º 0.98% 0.25% -
HSV(B) 23.44º 0.99% 0.51% -
XYZ 10.24 7.04 0.85 -
YUV 68.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 129 51 1 0 0.60 0.99 0.49 23.44 0.98 0.25
Hex 81 33 1 0 3C 63 31 17 62 19
Octal 201 63 1 0 74 143 61 27 142 31
Binary 10000001 110011 1 0 111100 1100011 110001 10111 1100010 11001

Color Harmonies of #813301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813301

Black with #813301

Text Example


Text Example

White with #813301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813301; }

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

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

background-color css

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

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

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

border-color css

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

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

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