Html Css Color HEX #793310 Peru Tan

📋 copy color: '#793310'

red 121 ◦ green 51 ◦ blue 16

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

Shades of Peru Tan #793310

Tints of Peru Tan #793310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 64.36%
G = 27.13%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#793310 (or 0x793310) is known color: Peru Tan. HEX triplet: 79, 33 and 10. RGB value is (121,51,16). Sum of RGB (Red+Green+Blue) = 121+51+16=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #793310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793310 is #86CCEF. Grayscale: #444444. Windows color (decimal): -8834288 or 1061753. OLE color: 1061753.

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

Color convert

RGB 121 51 16 -
CMYK 0 0.58 0.87 0.53
HSL 20º 0.77% 0.27% -
HSV(B) 20º 0.87% 0.47% -
XYZ 9.16 6.47 1.26 -
YUV 67.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 121 51 16 0 0.58 0.87 0.53 20 0.77 0.27
Hex 79 33 10 0 3A 57 35 14 4D 1B
Octal 171 63 20 0 72 127 65 24 115 33
Binary 1111001 110011 10000 0 111010 1010111 110101 10100 1001101 11011

Color Harmonies of #793310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793310

Black with #793310

Text Example


Text Example

White with #793310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793310; }

 p { color: rgb(121,51,16); }

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

background-color css

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

 a { background-color: rgb(121,51,16); }

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

border-color css

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

 span { border-color: rgb(121,51,16); }

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