#752B05

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

Shades of Peru Tan #752B05

Tints of Peru Tan #752B05

Color information

#752B05 (or 0x752B05) is unknown color: approx Peru Tan. HEX triplet: 75, 2B and 05. RGB value is (117,43,5). Sum of RGB (Red+Green+Blue) = 117+43+5=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B05 is #8AD4FA. Grayscale: #3D3D3D. Windows color (decimal): -9098491 or 338805. OLE color: 338805.

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

Color convert

RGB117435-
CMYK00.630.960.54
HSL20.36º91.8%23.92%-
HSV(B)20.36º95.73%45.88%-
XYZ8.235.520.78-
YUV60.7996.52168.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=70.91%
G=26.06%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11743500.630.960.5420.3691.823.92
Hex752B503F6036145c18
Octal165535077140662413430
Binary11101011010111010111111110000011011010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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