#74431E

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

Shades of Peru Tan #74431E

Tints of Peru Tan #74431E

Color information

#74431E (or 0x74431E) is unknown color: approx Peru Tan. HEX triplet: 74, 43 and 1E. RGB value is (116,67,30). Sum of RGB (Red+Green+Blue) = 116+67+30=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74431E is #8BBCE1. Grayscale: #4D4D4D. Windows color (decimal): -9157858 or 1983348. OLE color: 1983348.

HSL color Cylindrical-coordinate representation of color #74431E: hue angle of 25.81º 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 #74431E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1166730-
CMYK00.420.740.55
HSL25.81º58.9%28.63%-
HSV(B)25.81º74.14%45.49%-
XYZ9.447.822.24-
YUV77.43101.23155.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=54.46%
G=31.46%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116673000.420.740.5525.8158.928.63
Hex74431E02A4A371a3b1d
Octal1641033605211267327335
Binary1110100100001111110010101010010101101111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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