#752E0A

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

Shades of Peru Tan #752E0A

Tints of Peru Tan #752E0A

Color information

#752E0A (or 0x752E0A) is unknown color: approx Peru Tan. HEX triplet: 75, 2E and 0A. RGB value is (117,46,10). Sum of RGB (Red+Green+Blue) = 117+46+10=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E0A is #8AD1F5. Grayscale: #3F3F3F. Windows color (decimal): -9097718 or 667253. OLE color: 667253.

HSL color Cylindrical-coordinate representation of color #752E0A: hue angle of 20.19º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #752E0A is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1174610-
CMYK00.610.910.54
HSL20.19º84.25%24.9%-
HSV(B)20.19º91.45%45.88%-
XYZ8.375.760.96-
YUV63.1298.02166.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=67.63%
G=26.59%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117461000.610.910.5420.1984.2524.9
Hex752EA03D5B36145419
Octal1655612075133662412431
Binary111010110111010100111101101101111011010100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,10); }

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

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

 a { background-color: rgb(117,46,10); }

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

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

 span { border-color: rgb(117,46,10); }

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