#753E21

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

Shades of Peru Tan #753E21

Tints of Peru Tan #753E21

Color information

#753E21 (or 0x753E21) is unknown color: approx Peru Tan. HEX triplet: 75, 3E and 21. RGB value is (117,62,33). Sum of RGB (Red+Green+Blue) = 117+62+33=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E21 is #8AC1DE. Grayscale: #4B4B4B. Windows color (decimal): -9093599 or 2178677. OLE color: 2178677.

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

Color convert

RGB1176233-
CMYK00.470.720.54
HSL20.71º56%29.41%-
HSV(B)20.71º71.79%45.88%-
XYZ9.337.342.36-
YUV75.14104.22157.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=55.19%
G=29.25%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117623300.470.720.5420.715629.41
Hex753E2102F483615381d
Octal165764105711066257035
Binary1110101111110100001010111110010001101101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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