#752D0D

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

Shades of Peru Tan #752D0D

Tints of Peru Tan #752D0D

Color information

#752D0D (or 0x752D0D) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 0D. RGB value is (117,45,13). Sum of RGB (Red+Green+Blue) = 117+45+13=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D0D is #8AD2F2. Grayscale: #3F3F3F. Windows color (decimal): -9097971 or 863605. OLE color: 863605.

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

Color convert

RGB1174513-
CMYK00.620.890.54
HSL18.46º80%25.49%-
HSV(B)18.46º88.89%45.88%-
XYZ8.355.691.04-
YUV62.8899.85166.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=66.86%
G=25.71%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117451300.620.890.5418.468025.49
Hex752DD03E5936125019
Octal1655515076131662212031
Binary111010110110111010111110101100111011010010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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