#753A0C

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

Shades of Peru Tan #753A0C

Tints of Peru Tan #753A0C

Color information

#753A0C (or 0x753A0C) is unknown color: approx Peru Tan. HEX triplet: 75, 3A and 0C. RGB value is (117,58,12). Sum of RGB (Red+Green+Blue) = 117+58+12=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A0C is #8AC5F3. Grayscale: #464646. Windows color (decimal): -9094644 or 801397. OLE color: 801397.

HSL color Cylindrical-coordinate representation of color #753A0C: hue angle of 26.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #753A0C is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1175812-
CMYK00.500.900.54
HSL26.29º81.4%25.29%-
HSV(B)26.29º89.74%45.88%-
XYZ8.926.831.2-
YUV70.495.05161.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=62.57%
G=31.02%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117581200.500.900.5426.2981.425.29
Hex753AC0325A361a5119
Octal1657214062132663212131
Binary111010111101011000110010101101011011011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,58,12); }

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

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

 a { background-color: rgb(117,58,12); }

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

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

 span { border-color: rgb(117,58,12); }

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