#7A3018

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

Shades of Peru Tan #7A3018

Tints of Peru Tan #7A3018

Color information

#7A3018 (or 0x7A3018) is unknown color: approx Peru Tan. HEX triplet: 7A, 30 and 18. RGB value is (122,48,24). Sum of RGB (Red+Green+Blue) = 122+48+24=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3018 is #85CFE7. Grayscale: #434343. Windows color (decimal): -8769512 or 1585274. OLE color: 1585274.

HSL color Cylindrical-coordinate representation of color #7A3018: hue angle of 14.69º 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 #7A3018 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1224824-
CMYK00.610.800.52
HSL14.69º67.12%28.63%-
HSV(B)14.69º80.33%47.84%-
XYZ9.256.321.6-
YUV67.39103.52166.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=62.89%
G=24.74%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122482400.610.800.5214.6967.1228.63
Hex7A301803D5034f431d
Octal1726030075120641710335
Binary111101011000011000011110110100001101001111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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