Html Css Color HEX #793610 Peru Tan

📋 copy color: '#793610'

red 121 ◦ green 54 ◦ blue 16

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

Shades of Peru Tan #793610

Tints of Peru Tan #793610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 63.35%
G = 28.27%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#793610 (or 0x793610) is known color: Peru Tan. HEX triplet: 79, 36 and 10. RGB value is (121,54,16). Sum of RGB (Red+Green+Blue) = 121+54+16=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #793610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793610 is #86C9EF. Grayscale: #454545. Windows color (decimal): -8833520 or 1062521. OLE color: 1062521.

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

Color convert

RGB 121 54 16 -
CMYK 0 0.55 0.87 0.53
HSL 21.71º 0.77% 0.27% -
HSV(B) 21.71º 0.87% 0.47% -
XYZ 9.3 6.74 1.3 -
YUV 69.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 121 54 16 0 0.55 0.87 0.53 21.71 0.77 0.27
Hex 79 36 10 0 37 57 35 16 4D 1B
Octal 171 66 20 0 67 127 65 26 115 33
Binary 1111001 110110 10000 0 110111 1010111 110101 10110 1001101 11011

Color Harmonies of #793610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793610

Black with #793610

Text Example


Text Example

White with #793610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793610; }

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

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

background-color css

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

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

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

border-color css

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

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

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