#753306

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

Shades of Peru Tan #753306

Tints of Peru Tan #753306

Color information

#753306 (or 0x753306) is unknown color: approx Peru Tan. HEX triplet: 75, 33 and 06. RGB value is (117,51,6). Sum of RGB (Red+Green+Blue) = 117+51+6=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753306 is #8ACCF9. Grayscale: #414141. Windows color (decimal): -9096442 or 406389. OLE color: 406389.

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

Color convert

RGB117516-
CMYK00.560.950.54
HSL24.32º90.24%24.12%-
HSV(B)24.32º94.87%45.88%-
XYZ8.556.160.91-
YUV65.694.37164.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=67.24%
G=29.31%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11751600.560.950.5424.3290.2424.12
Hex753360385F36185a18
Octal165636070137663013230
Binary11101011100111100111000101111111011011000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753306; }

 p { color: rgb(117,51,6); }

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

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

 a { background-color: rgb(117,51,6); }

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

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

 span { border-color: rgb(117,51,6); }

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