#753405

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

Shades of Peru Tan #753405

Tints of Peru Tan #753405

Color information

#753405 (or 0x753405) is unknown color: approx Peru Tan. HEX triplet: 75, 34 and 05. RGB value is (117,52,5). Sum of RGB (Red+Green+Blue) = 117+52+5=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753405 is #8ACBFA. Grayscale: #424242. Windows color (decimal): -9096187 or 341109. OLE color: 341109.

HSL color Cylindrical-coordinate representation of color #753405: hue angle of 25.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #753405 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117525-
CMYK00.560.960.54
HSL25.18º91.8%23.92%-
HSV(B)25.18º95.73%45.88%-
XYZ8.596.250.9-
YUV66.0893.53164.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=67.24%
G=29.89%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11752500.560.960.5425.1891.823.92
Hex753450386036195c18
Octal165645070140663113430
Binary11101011101001010111000110000011011011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753405; }

 p { color: rgb(117,52,5); }

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

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

 a { background-color: rgb(117,52,5); }

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

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

 span { border-color: rgb(117,52,5); }

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