#762B05

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

Shades of Peru Tan #762B05

Tints of Peru Tan #762B05

Color information

#762B05 (or 0x762B05) is unknown color: approx Peru Tan. HEX triplet: 76, 2B and 05. RGB value is (118,43,5). Sum of RGB (Red+Green+Blue) = 118+43+5=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B05 is #89D4FA. Grayscale: #3D3D3D. Windows color (decimal): -9032955 or 338806. OLE color: 338806.

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

Color convert

RGB118435-
CMYK00.640.960.54
HSL20.18º91.87%24.12%-
HSV(B)20.18º95.76%46.27%-
XYZ8.365.590.78-
YUV61.0996.35168.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=71.08%
G=25.90%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11843500.640.960.5420.1891.8724.12
Hex762B50406036145c18
Octal1665350100140662413430
Binary111011010101110101000000110000011011010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,5); }

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

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

 a { background-color: rgb(118,43,5); }

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

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

 span { border-color: rgb(118,43,5); }

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