#7A3318

Color #7A3318 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #7A3318

Tints of Peru Tan #7A3318

Color information

#7A3318 (or 0x7A3318) is unknown color: approx Peru Tan. HEX triplet: 7A, 33 and 18. RGB value is (122,51,24). Sum of RGB (Red+Green+Blue) = 122+51+24=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3318 is #85CCE7. Grayscale: #454545. Windows color (decimal): -8768744 or 1586042. OLE color: 1586042.

HSL color Cylindrical-coordinate representation of color #7A3318: hue angle of 16.53º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A3318 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1225124-
CMYK00.580.800.52
HSL16.53º67.12%28.63%-
HSV(B)16.53º80.33%47.84%-
XYZ9.376.571.64-
YUV69.15102.52165.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.93%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=61.93%
G=25.89%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122512400.580.800.5216.5367.1228.63
Hex7A331803A503411431d
Octal1726330072120642110335
Binary1111010110011110000111010101000011010010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,24); }

 H1.HeaderClassName
 {
   color: #7A3318;
 }
 .AnyTagClassName
 {
   color: #7A3318;
 }
</style>
background-color css

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

 a { background-color: rgb(122,51,24); }

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

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

 span { border-color: rgb(122,51,24); }

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