#753303

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

Shades of Peru Tan #753303

Tints of Peru Tan #753303

Color information

#753303 (or 0x753303) is unknown color: approx Peru Tan. HEX triplet: 75, 33 and 03. RGB value is (117,51,3). Sum of RGB (Red+Green+Blue) = 117+51+3=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #753303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753303 is #8ACCFC. Grayscale: #414141. Windows color (decimal): -9096445 or 209781. OLE color: 209781.

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

Color convert

RGB117513-
CMYK00.560.970.54
HSL25.26º95%23.53%-
HSV(B)25.26º97.44%45.88%-
XYZ8.546.160.82-
YUV65.2692.87164.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=68.42%
G=29.82%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11751300.560.970.5425.269523.53
Hex753330386136195f18
Octal165633070141663113730
Binary1110101110011110111000110000111011011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753303; }

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

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

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

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

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

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

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

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