#754218

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

Shades of Peru Tan #754218

Tints of Peru Tan #754218

Color information

#754218 (or 0x754218) is unknown color: approx Peru Tan. HEX triplet: 75, 42 and 18. RGB value is (117,66,24). Sum of RGB (Red+Green+Blue) = 117+66+24=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754218 is #8ABDE7. Grayscale: #4C4C4C. Windows color (decimal): -9092584 or 1589877. OLE color: 1589877.

HSL color Cylindrical-coordinate representation of color #754218: hue angle of 27.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754218 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1176624-
CMYK00.440.790.54
HSL27.1º65.96%27.65%-
HSV(B)27.1º79.49%45.88%-
XYZ9.457.741.86-
YUV76.4698.4156.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=56.52%
G=31.88%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117662400.440.790.5427.165.9627.65
Hex75421802C4F361b421c
Octal16510230054117663310234
Binary11101011000010110000101100100111111011011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754218; }

 p { color: rgb(117,66,24); }

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

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

 a { background-color: rgb(117,66,24); }

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

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

 span { border-color: rgb(117,66,24); }

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