Html Css Color HEX #813300 Saddle Brown

📋 copy color: '#813300'

red 129 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #813300

Tints of Saddle Brown #813300

RGB

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

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

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

R = 71.67%
G = 28.33%
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

#813300 (or 0x813300) is known color: Saddle Brown. HEX triplet: 81, 33 and 00. RGB value is (129,51,0). Sum of RGB (Red+Green+Blue) = 129+51+0=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #813300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813300 is #7ECCFF. Grayscale: #444444. Windows color (decimal): -8310016 or 13185. OLE color: 13185.

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

Color convert

RGB 129 51 0 -
CMYK 0 0.60 1 0.49
HSL 23.72º 1% 0.25% -
HSV(B) 23.72º 1% 0.51% -
XYZ 10.24 7.03 0.82 -
YUV 68.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 129 51 0 0 0.60 1 0.49 23.72 1 0.25
Hex 81 33 0 0 3C 64 31 18 64 19
Octal 201 63 0 0 74 144 61 30 144 31
Binary 10000001 110011 0 0 111100 1100100 110001 11000 1100100 11001

Color Harmonies of #813300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813300

Black with #813300

Text Example


Text Example

White with #813300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813300; }

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

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

background-color css

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

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

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

border-color css

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

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

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