#75280D

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

Shades of Peru Tan #75280D

Tints of Peru Tan #75280D

Color information

#75280D (or 0x75280D) is unknown color: approx Peru Tan. HEX triplet: 75, 28 and 0D. RGB value is (117,40,13). Sum of RGB (Red+Green+Blue) = 117+40+13=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #75280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75280D is #8AD7F2. Grayscale: #3C3C3C. Windows color (decimal): -9099251 or 862325. OLE color: 862325.

HSL color Cylindrical-coordinate representation of color #75280D: hue angle of 15.58º 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 #75280D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1174013-
CMYK00.660.890.54
HSL15.58º80%25.49%-
HSV(B)15.58º88.89%45.88%-
XYZ8.175.330.98-
YUV59.94101.51168.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=68.82%
G=23.53%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117401300.660.890.5415.588025.49
Hex7528D0425936105019
Octal16550150102131662012031
Binary1110101101000110101000010101100111011010000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75280D; }

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

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

<style>
 a { background-color: #75280D; }

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

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

<style>
 span { border-color: #75280D; }

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

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