#74391B

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

Shades of Peru Tan #74391B

Tints of Peru Tan #74391B

Color information

#74391B (or 0x74391B) is unknown color: approx Peru Tan. HEX triplet: 74, 39 and 1B. RGB value is (116,57,27). Sum of RGB (Red+Green+Blue) = 116+57+27=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74391B is #8BC6E4. Grayscale: #474747. Windows color (decimal): -9160421 or 1784180. OLE color: 1784180.

HSL color Cylindrical-coordinate representation of color #74391B: hue angle of 20.22º 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 #74391B is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1165727-
CMYK00.510.770.55
HSL20.22º62.24%28.04%-
HSV(B)20.22º76.72%45.49%-
XYZ8.866.721.87-
YUV71.22103.05159.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=58%
G=28.5%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116572700.510.770.5520.2262.2428.04
Hex74391B0334D37143e1c
Octal164713306311567247634
Binary111010011100111011011001110011011101111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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