Html Css Color HEX #793C0C Russet

📋 copy color: '#793C0C'

red 121 ◦ green 60 ◦ blue 12

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

Shades of Russet #793C0C

Tints of Russet #793C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.09%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 62.69%
G = 31.09%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#793C0C (or 0x793C0C) is known color: Russet. HEX triplet: 79, 3C and 0C. RGB value is (121,60,12). Sum of RGB (Red+Green+Blue) = 121+60+12=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #793C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793C0C is #86C3F3. Grayscale: #494949. Windows color (decimal): -8831988 or 801913. OLE color: 801913.

HSL color Cylindrical-coordinate representation of color #793C0C: hue angle of 26.42º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #793C0C is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 60 12 -
CMYK 0 0.50 0.90 0.53
HSL 26.42º 0.82% 0.26% -
HSV(B) 26.42º 0.9% 0.47% -
XYZ 9.57 7.32 1.26 -
YUV 72.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 121 60 12 0 0.50 0.90 0.53 26.42 0.82 0.26
Hex 79 3C C 0 32 5A 35 1A 52 1A
Octal 171 74 14 0 62 132 65 32 122 32
Binary 1111001 111100 1100 0 110010 1011010 110101 11010 1010010 11010

Color Harmonies of #793C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C0C

Black with #793C0C

Text Example


Text Example

White with #793C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793C0C; }

 p { color: rgb(121,60,12); }

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

background-color css

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

 a { background-color: rgb(121,60,12); }

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

border-color css

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

 span { border-color: rgb(121,60,12); }

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