#752F01

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

Shades of Peru Tan #752F01

Tints of Peru Tan #752F01

Color information

#752F01 (or 0x752F01) is unknown color: approx Peru Tan. HEX triplet: 75, 2F and 01. RGB value is (117,47,1). Sum of RGB (Red+Green+Blue) = 117+47+1=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F01 is #8AD0FE. Grayscale: #3E3E3E. Windows color (decimal): -9097471 or 77685. OLE color: 77685.

HSL color Cylindrical-coordinate representation of color #752F01: hue angle of 23.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #752F01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117471-
CMYK00.600.990.54
HSL23.79º98.31%23.14%-
HSV(B)23.79º99.15%45.88%-
XYZ8.365.820.71-
YUV62.6993.19166.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=70.91%
G=28.48%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11747100.600.990.5423.7998.3123.14
Hex752F103C6336186217
Octal165571074143663014227
Binary111010110111110111100110001111011011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,47,1); }

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

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

 a { background-color: rgb(117,47,1); }

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

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

 span { border-color: rgb(117,47,1); }

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