Html Css Color HEX #793213 Peru Tan

📋 copy color: '#793213'

red 121 ◦ green 50 ◦ blue 19

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

Shades of Peru Tan #793213

Tints of Peru Tan #793213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10%

R = 63.68%
G = 26.32%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#793213 (or 0x793213) is known color: Peru Tan. HEX triplet: 79, 32 and 13. RGB value is (121,50,19). Sum of RGB (Red+Green+Blue) = 121+50+19=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #793213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793213 is #86CDEC. Grayscale: #434343. Windows color (decimal): -8834541 or 1258105. OLE color: 1258105.

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

Color convert

RGB 121 50 19 -
CMYK 0 0.59 0.84 0.53
HSL 18.24º 0.73% 0.27% -
HSV(B) 18.24º 0.84% 0.47% -
XYZ 9.14 6.39 1.37 -
YUV 67.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 121 50 19 0 0.59 0.84 0.53 18.24 0.73 0.27
Hex 79 32 13 0 3B 54 35 12 49 1B
Octal 171 62 23 0 73 124 65 22 111 33
Binary 1111001 110010 10011 0 111011 1010100 110101 10010 1001001 11011

Color Harmonies of #793213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793213

Black with #793213

Text Example


Text Example

White with #793213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793213; }

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

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

background-color css

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

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

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

border-color css

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

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

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