Html Css Color HEX #7A3609 Peru Tan

📋 copy color: '#7A3609'

red 122 ◦ green 54 ◦ blue 9

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

Shades of Peru Tan #7A3609

Tints of Peru Tan #7A3609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 65.95%
G = 29.19%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7A3609 (or 0x7A3609) is known color: Peru Tan. HEX triplet: 7A, 36 and 09. RGB value is (122,54,9). Sum of RGB (Red+Green+Blue) = 122+54+9=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3609 is #85C9F6. Grayscale: #454545. Windows color (decimal): -8767991 or 603770. OLE color: 603770.

HSL color Cylindrical-coordinate representation of color #7A3609: hue angle of 23.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A3609 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 54 9 -
CMYK 0 0.56 0.93 0.52
HSL 23.89º 0.86% 0.26% -
HSV(B) 23.89º 0.93% 0.48% -
XYZ 9.39 6.8 1.07 -
YUV 69.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 122 54 9 0 0.56 0.93 0.52 23.89 0.86 0.26
Hex 7A 36 9 0 38 5D 34 18 56 1A
Octal 172 66 11 0 70 135 64 30 126 32
Binary 1111010 110110 1001 0 111000 1011101 110100 11000 1010110 11010

Color Harmonies of #7A3609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3609

Black with #7A3609

Text Example


Text Example

White with #7A3609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,54,9); }

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

background-color css

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

 a { background-color: rgb(122,54,9); }

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

border-color css

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

 span { border-color: rgb(122,54,9); }

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