Html Css Color HEX #793416 Peru Tan

📋 copy color: '#793416'

red 121 ◦ green 52 ◦ blue 22

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

Shades of Peru Tan #793416

Tints of Peru Tan #793416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 62.05%
G = 26.67%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#793416 (or 0x793416) is known color: Peru Tan. HEX triplet: 79, 34 and 16. RGB value is (121,52,22). Sum of RGB (Red+Green+Blue) = 121+52+22=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #793416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793416 is #86CBE9. Grayscale: #454545. Windows color (decimal): -8834026 or 1455225. OLE color: 1455225.

HSL color Cylindrical-coordinate representation of color #793416: hue angle of 18.18º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #793416 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 22 -
CMYK 0 0.57 0.82 0.53
HSL 18.18º 0.69% 0.28% -
HSV(B) 18.18º 0.82% 0.47% -
XYZ 9.26 6.58 1.54 -
YUV 69.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 121 52 22 0 0.57 0.82 0.53 18.18 0.69 0.28
Hex 79 34 16 0 39 52 35 12 45 1C
Octal 171 64 26 0 71 122 65 22 105 34
Binary 1111001 110100 10110 0 111001 1010010 110101 10010 1000101 11100

Color Harmonies of #793416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793416

Black with #793416

Text Example


Text Example

White with #793416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793416; }

 p { color: rgb(121,52,22); }

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

background-color css

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

 a { background-color: rgb(121,52,22); }

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

border-color css

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

 span { border-color: rgb(121,52,22); }

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