Html Css Color HEX #793102 Saddle Brown

📋 copy color: '#793102'

red 121 ◦ green 49 ◦ blue 2

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

Shades of Saddle Brown #793102

Tints of Saddle Brown #793102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 70.35%
G = 28.49%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#793102 (or 0x793102) is known color: Saddle Brown. HEX triplet: 79, 31 and 02. RGB value is (121,49,2). Sum of RGB (Red+Green+Blue) = 121+49+2=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #793102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793102 is #86CEFD. Grayscale: #414141. Windows color (decimal): -8834814 or 143737. OLE color: 143737.

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

Color convert

RGB 121 49 2 -
CMYK 0 0.60 0.98 0.53
HSL 23.7º 0.97% 0.24% -
HSV(B) 23.7º 0.98% 0.47% -
XYZ 8.99 6.27 0.79 -
YUV 65.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 121 49 2 0 0.60 0.98 0.53 23.7 0.97 0.24
Hex 79 31 2 0 3C 62 35 18 61 18
Octal 171 61 2 0 74 142 65 30 141 30
Binary 1111001 110001 10 0 111100 1100010 110101 11000 1100001 11000

Color Harmonies of #793102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793102

Black with #793102

Text Example


Text Example

White with #793102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793102; }

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

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

background-color css

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

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

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

border-color css

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

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

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