#74421B

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

Shades of Peru Tan #74421B

Tints of Peru Tan #74421B

Color information

#74421B (or 0x74421B) is unknown color: approx Peru Tan. HEX triplet: 74, 42 and 1B. RGB value is (116,66,27). Sum of RGB (Red+Green+Blue) = 116+66+27=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74421B is #8BBDE4. Grayscale: #4C4C4C. Windows color (decimal): -9158117 or 1786484. OLE color: 1786484.

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

Color convert

RGB1166627-
CMYK00.430.770.55
HSL26.29º62.24%28.04%-
HSV(B)26.29º76.72%45.49%-
XYZ9.357.692.03-
YUV76.5100.06156.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=55.50%
G=31.58%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116662700.430.770.5526.2962.2428.04
Hex74421B02B4D371a3e1c
Octal1641023305311567327634
Binary1110100100001011011010101110011011101111101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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