#762A09

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

Shades of Peru Tan #762A09

Tints of Peru Tan #762A09

Color information

#762A09 (or 0x762A09) is unknown color: approx Peru Tan. HEX triplet: 76, 2A and 09. RGB value is (118,42,9). Sum of RGB (Red+Green+Blue) = 118+42+9=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #762A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A09 is #89D5F6. Grayscale: #3D3D3D. Windows color (decimal): -9033207 or 600694. OLE color: 600694.

HSL color Cylindrical-coordinate representation of color #762A09: hue angle of 18.17º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #762A09 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118429-
CMYK00.640.920.54
HSL18.17º85.83%24.9%-
HSV(B)18.17º92.37%46.27%-
XYZ8.355.530.89-
YUV60.9698.68168.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=69.82%
G=24.85%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11842900.640.920.5418.1785.8324.9
Hex762A90405C36125619
Octal16652110100134662212631
Binary1110110101010100101000000101110011011010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A09; }

 p { color: rgb(118,42,9); }

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

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

 a { background-color: rgb(118,42,9); }

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

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

 span { border-color: rgb(118,42,9); }

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