#74391C

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

Shades of Peru Tan #74391C

Tints of Peru Tan #74391C

Color information

#74391C (or 0x74391C) is unknown color: approx Peru Tan. HEX triplet: 74, 39 and 1C. RGB value is (116,57,28). Sum of RGB (Red+Green+Blue) = 116+57+28=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74391C is #8BC6E3. Grayscale: #474747. Windows color (decimal): -9160420 or 1849716. OLE color: 1849716.

HSL color Cylindrical-coordinate representation of color #74391C: hue angle of 19.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74391C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1165728-
CMYK00.510.760.55
HSL19.77º61.11%28.24%-
HSV(B)19.77º75.86%45.49%-
XYZ8.886.721.93-
YUV71.34103.55159.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=57.71%
G=28.36%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116572800.510.760.5519.7761.1128.24
Hex74391C0334C37143d1c
Octal164713406311467247534
Binary111010011100111100011001110011001101111010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74391C; }

 p { color: rgb(116,57,28); }

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

<style>
 a { background-color: #74391C; }

 a { background-color: rgb(116,57,28); }

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

<style>
 span { border-color: #74391C; }

 span { border-color: rgb(116,57,28); }

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