Html Css Color HEX #793112 Peru Tan

📋 copy color: '#793112'

red 121 ◦ green 49 ◦ blue 18

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

Shades of Peru Tan #793112

Tints of Peru Tan #793112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 64.36%
G = 26.06%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#793112 (or 0x793112) is known color: Peru Tan. HEX triplet: 79, 31 and 12. RGB value is (121,49,18). Sum of RGB (Red+Green+Blue) = 121+49+18=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #793112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793112 is #86CEED. Grayscale: #434343. Windows color (decimal): -8834798 or 1192313. OLE color: 1192313.

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

Color convert

RGB 121 49 18 -
CMYK 0 0.60 0.85 0.53
HSL 18.06º 0.74% 0.27% -
HSV(B) 18.06º 0.85% 0.47% -
XYZ 9.09 6.31 1.31 -
YUV 66.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 121 49 18 0 0.60 0.85 0.53 18.06 0.74 0.27
Hex 79 31 12 0 3C 55 35 12 4A 1B
Octal 171 61 22 0 74 125 65 22 112 33
Binary 1111001 110001 10010 0 111100 1010101 110101 10010 1001010 11011

Color Harmonies of #793112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793112

Black with #793112

Text Example


Text Example

White with #793112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793112; }

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

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

background-color css

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

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

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

border-color css

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

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

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