Html Css Color HEX #793316 Peru Tan

📋 copy color: '#793316'

red 121 ◦ green 51 ◦ blue 22

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

Shades of Peru Tan #793316

Tints of Peru Tan #793316

RGB

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

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

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

R = 62.37%
G = 26.29%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#793316 (or 0x793316) is known color: Peru Tan. HEX triplet: 79, 33 and 16. RGB value is (121,51,22). Sum of RGB (Red+Green+Blue) = 121+51+22=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #793316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793316 is #86CCE9. Grayscale: #444444. Windows color (decimal): -8834282 or 1454969. OLE color: 1454969.

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

Color convert

RGB 121 51 22 -
CMYK 0 0.58 0.82 0.53
HSL 17.58º 0.69% 0.28% -
HSV(B) 17.58º 0.82% 0.47% -
XYZ 9.21 6.49 1.53 -
YUV 68.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 121 51 22 0 0.58 0.82 0.53 17.58 0.69 0.28
Hex 79 33 16 0 3A 52 35 12 45 1C
Octal 171 63 26 0 72 122 65 22 105 34
Binary 1111001 110011 10110 0 111010 1010010 110101 10010 1000101 11100

Color Harmonies of #793316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793316

Black with #793316

Text Example


Text Example

White with #793316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793316; }

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

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

background-color css

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

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

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

border-color css

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

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

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