#74421E

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

Shades of Peru Tan #74421E

Tints of Peru Tan #74421E

Color information

#74421E (or 0x74421E) is unknown color: approx Peru Tan. HEX triplet: 74, 42 and 1E. RGB value is (116,66,30). Sum of RGB (Red+Green+Blue) = 116+66+30=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74421E is #8BBDE1. Grayscale: #4D4D4D. Windows color (decimal): -9158114 or 1983092. OLE color: 1983092.

HSL color Cylindrical-coordinate representation of color #74421E: hue angle of 25.12º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74421E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1166630-
CMYK00.430.740.55
HSL25.12º58.9%28.63%-
HSV(B)25.12º74.14%45.49%-
XYZ9.397.72.22-
YUV76.85101.56155.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=54.72%
G=31.13%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116663000.430.740.5525.1258.928.63
Hex74421E02B4A37193b1d
Octal1641023605311267317335
Binary1110100100001011110010101110010101101111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74421E; }

 p { color: rgb(116,66,30); }

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

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

 a { background-color: rgb(116,66,30); }

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

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

 span { border-color: rgb(116,66,30); }

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