#753E1A

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

Shades of Peru Tan #753E1A

Tints of Peru Tan #753E1A

Color information

#753E1A (or 0x753E1A) is unknown color: approx Peru Tan. HEX triplet: 75, 3E and 1A. RGB value is (117,62,26). Sum of RGB (Red+Green+Blue) = 117+62+26=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E1A is #8AC1E5. Grayscale: #4A4A4A. Windows color (decimal): -9093606 or 1719925. OLE color: 1719925.

HSL color Cylindrical-coordinate representation of color #753E1A: hue angle of 23.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #753E1A is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1176226-
CMYK00.470.780.54
HSL23.74º63.64%28.04%-
HSV(B)23.74º77.78%45.88%-
XYZ9.257.31.9-
YUV74.34100.72158.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=57.07%
G=30.24%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117622600.470.780.5423.7463.6428.04
Hex753E1A02F4E3618401c
Octal1657632057116663010034
Binary1110101111110110100101111100111011011011000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753E1A; }

 p { color: rgb(117,62,26); }

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

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

 a { background-color: rgb(117,62,26); }

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

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

 span { border-color: rgb(117,62,26); }

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