#754025

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

Shades of Peru Tan #754025

Tints of Peru Tan #754025

Color information

#754025 (or 0x754025) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 25. RGB value is (117,64,37). Sum of RGB (Red+Green+Blue) = 117+64+37=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754025 is #8ABFDA. Grayscale: #4C4C4C. Windows color (decimal): -9093083 or 2441333. OLE color: 2441333.

HSL color Cylindrical-coordinate representation of color #754025: hue angle of 20.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754025 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1176437-
CMYK00.450.680.54
HSL20.25º51.95%30.2%-
HSV(B)20.25º68.38%45.88%-
XYZ9.57.582.71-
YUV76.77105.56156.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=53.67%
G=29.36%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117643700.450.680.5420.2551.9530.2
Hex75402502D443614341e
Octal1651004505510466246436
Binary11101011000000100101010110110001001101101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754025; }

 p { color: rgb(117,64,37); }

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

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

 a { background-color: rgb(117,64,37); }

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

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

 span { border-color: rgb(117,64,37); }

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