#752D03

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

Shades of Peru Tan #752D03

Tints of Peru Tan #752D03

Color information

#752D03 (or 0x752D03) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 03. RGB value is (117,45,3). Sum of RGB (Red+Green+Blue) = 117+45+3=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D03 is #8AD2FC. Grayscale: #3D3D3D. Windows color (decimal): -9097981 or 208245. OLE color: 208245.

HSL color Cylindrical-coordinate representation of color #752D03: hue angle of 22.11º 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 #752D03 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117453-
CMYK00.620.970.54
HSL22.11º95%23.53%-
HSV(B)22.11º97.44%45.88%-
XYZ8.295.670.74-
YUV61.7494.85167.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=70.91%
G=27.27%
B=1.82%

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
Decimal11745300.620.970.5422.119523.53
Hex752D303E6136165f18
Octal165553076141662613730
Binary1110101101101110111110110000111011010110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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