Html Css Color HEX #793212 Peru Tan

📋 copy color: '#793212'

red 121 ◦ green 50 ◦ blue 18

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

Shades of Peru Tan #793212

Tints of Peru Tan #793212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 64.02%
G = 26.46%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#793212 (or 0x793212) is known color: Peru Tan. HEX triplet: 79, 32 and 12. RGB value is (121,50,18). Sum of RGB (Red+Green+Blue) = 121+50+18=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #793212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793212 is #86CDED. Grayscale: #434343. Windows color (decimal): -8834542 or 1192569. OLE color: 1192569.

HSL color Cylindrical-coordinate representation of color #793212: hue angle of 18.64º 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 #793212 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 50 18 -
CMYK 0 0.59 0.85 0.53
HSL 18.64º 0.74% 0.27% -
HSV(B) 18.64º 0.85% 0.47% -
XYZ 9.13 6.39 1.32 -
YUV 67.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 121 50 18 0 0.59 0.85 0.53 18.64 0.74 0.27
Hex 79 32 12 0 3B 55 35 13 4A 1B
Octal 171 62 22 0 73 125 65 23 112 33
Binary 1111001 110010 10010 0 111011 1010101 110101 10011 1001010 11011

Color Harmonies of #793212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793212

Black with #793212

Text Example


Text Example

White with #793212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793212; }

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

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

background-color css

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

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

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

border-color css

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

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

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