#75290A

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

Shades of Peru Tan #75290A

Tints of Peru Tan #75290A

Color information

#75290A (or 0x75290A) is unknown color: approx Peru Tan. HEX triplet: 75, 29 and 0A. RGB value is (117,41,10). Sum of RGB (Red+Green+Blue) = 117+41+10=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75290A is #8AD6F5. Grayscale: #3C3C3C. Windows color (decimal): -9098998 or 665973. OLE color: 665973.

HSL color Cylindrical-coordinate representation of color #75290A: hue angle of 17.38º 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 #75290A is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1174110-
CMYK00.650.910.54
HSL17.38º84.25%24.9%-
HSV(B)17.38º91.45%45.88%-
XYZ8.185.390.9-
YUV60.1999.68168.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=69.64%
G=24.40%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117411000.650.910.5417.3884.2524.9
Hex7529A0415B36115419
Octal16551120101133662112431
Binary1110101101001101001000001101101111011010001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75290A; }

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

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

<style>
 a { background-color: #75290A; }

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

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

<style>
 span { border-color: #75290A; }

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

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