Html Css Color HEX #7A3417 Peru Tan

📋 copy color: '#7A3417'

red 122 ◦ green 52 ◦ blue 23

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

Shades of Peru Tan #7A3417

Tints of Peru Tan #7A3417

RGB

 RED value IS 122 (48.05% from 255) = 61.93%

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

 BLUE value IS 23 (9.38% from 255) = 11.68%

R = 61.93%
G = 26.4%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7A3417 (or 0x7A3417) is known color: Peru Tan. HEX triplet: 7A, 34 and 17. RGB value is (122,52,23). Sum of RGB (Red+Green+Blue) = 122+52+23=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3417 is #85CBE8. Grayscale: #454545. Windows color (decimal): -8768489 or 1520762. OLE color: 1520762.

HSL color Cylindrical-coordinate representation of color #7A3417: hue angle of 17.58º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A3417 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 52 23 -
CMYK 0 0.57 0.81 0.52
HSL 17.58º 0.68% 0.28% -
HSV(B) 17.58º 0.81% 0.48% -
XYZ 9.41 6.66 1.6 -
YUV 69.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 122 52 23 0 0.57 0.81 0.52 17.58 0.68 0.28
Hex 7A 34 17 0 39 51 34 12 44 1C
Octal 172 64 27 0 71 121 64 22 104 34
Binary 1111010 110100 10111 0 111001 1010001 110100 10010 1000100 11100

Color Harmonies of #7A3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3417

Black with #7A3417

Text Example


Text Example

White with #7A3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A3417; }

 p { color: rgb(122,52,23); }

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

background-color css

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

 a { background-color: rgb(122,52,23); }

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

border-color css

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

 span { border-color: rgb(122,52,23); }

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