#74431F

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

Shades of Peru Tan #74431F

Tints of Peru Tan #74431F

Color information

#74431F (or 0x74431F) is unknown color: approx Peru Tan. HEX triplet: 74, 43 and 1F. RGB value is (116,67,31). Sum of RGB (Red+Green+Blue) = 116+67+31=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74431F is #8BBCE0. Grayscale: #4D4D4D. Windows color (decimal): -9157857 or 2048884. OLE color: 2048884.

HSL color Cylindrical-coordinate representation of color #74431F: hue angle of 25.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74431F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1166731-
CMYK00.420.730.55
HSL25.41º57.82%28.82%-
HSV(B)25.41º73.28%45.49%-
XYZ9.467.832.31-
YUV77.55101.73155.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=54.21%
G=31.31%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116673100.420.730.5525.4157.8228.82
Hex74431F02A4937193a1d
Octal1641033705211167317235
Binary1110100100001111111010101010010011101111100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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