Html Css Color HEX #793100 Saddle Brown

📋 copy color: '#793100'

red 121 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #793100

Tints of Saddle Brown #793100

RGB

 RED value IS 121 (47.66% from 255) = 71.18%

 GREEN value IS 49 (19.53% from 255) = 28.82%

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

R = 71.18%
G = 28.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#793100 (or 0x793100) is known color: Saddle Brown. HEX triplet: 79, 31 and 00. RGB value is (121,49,0). Sum of RGB (Red+Green+Blue) = 121+49+0=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #793100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793100 is #86CEFF. Grayscale: #414141. Windows color (decimal): -8834816 or 12665. OLE color: 12665.

HSL color Cylindrical-coordinate representation of color #793100: hue angle of 24.3º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #793100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 49 0 -
CMYK 0 0.60 1 0.53
HSL 24.3º 1% 0.24% -
HSV(B) 24.3º 1% 0.47% -
XYZ 8.98 6.26 0.74 -
YUV 64.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 121 49 0 0 0.60 1 0.53 24.3 1 0.24
Hex 79 31 0 0 3C 64 35 18 64 18
Octal 171 61 0 0 74 144 65 30 144 30
Binary 1111001 110001 0 0 111100 1100100 110101 11000 1100100 11000

Color Harmonies of #793100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793100

Black with #793100

Text Example


Text Example

White with #793100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793100; }

 p { color: rgb(121,49,0); }

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

background-color css

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

 a { background-color: rgb(121,49,0); }

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

border-color css

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

 span { border-color: rgb(121,49,0); }

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