#74381F

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

Shades of Peru Tan #74381F

Tints of Peru Tan #74381F

Color information

#74381F (or 0x74381F) is unknown color: approx Peru Tan. HEX triplet: 74, 38 and 1F. RGB value is (116,56,31). Sum of RGB (Red+Green+Blue) = 116+56+31=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #74381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74381F is #8BC7E0. Grayscale: #474747. Windows color (decimal): -9160673 or 2046068. OLE color: 2046068.

HSL color Cylindrical-coordinate representation of color #74381F: hue angle of 17.65º 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 #74381F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1165631-
CMYK00.520.730.55
HSL17.65º57.82%28.82%-
HSV(B)17.65º73.28%45.49%-
XYZ8.866.642.11-
YUV71.09105.38160.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=57.14%
G=27.59%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116563100.520.730.5517.6557.8228.82
Hex74381F0344937123a1d
Octal164703706411167227235
Binary111010011100011111011010010010011101111001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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