#762D03

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

Shades of Peru Tan #762D03

Tints of Peru Tan #762D03

Color information

#762D03 (or 0x762D03) is unknown color: approx Peru Tan. HEX triplet: 76, 2D and 03. RGB value is (118,45,3). Sum of RGB (Red+Green+Blue) = 118+45+3=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D03 is #89D2FC. Grayscale: #3E3E3E. Windows color (decimal): -9032445 or 208246. OLE color: 208246.

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

Color convert

RGB118453-
CMYK00.620.970.54
HSL21.91º95.04%23.73%-
HSV(B)21.91º97.46%46.27%-
XYZ8.435.730.75-
YUV62.0494.68167.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=71.08%
G=27.11%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11845300.620.970.5421.9195.0423.73
Hex762D303E6136165f18
Octal166553076141662613730
Binary1110110101101110111110110000111011010110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,3); }

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

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

 a { background-color: rgb(118,45,3); }

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

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

 span { border-color: rgb(118,45,3); }

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