#74341D

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

Shades of Peru Tan #74341D

Tints of Peru Tan #74341D

Color information

#74341D (or 0x74341D) is unknown color: approx Peru Tan. HEX triplet: 74, 34 and 1D. RGB value is (116,52,29). Sum of RGB (Red+Green+Blue) = 116+52+29=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74341D is #8BCBE2. Grayscale: #444444. Windows color (decimal): -9161699 or 1913972. OLE color: 1913972.

HSL color Cylindrical-coordinate representation of color #74341D: hue angle of 15.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74341D is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1165229-
CMYK00.550.750.55
HSL15.86º60%28.43%-
HSV(B)15.86º75%45.49%-
XYZ8.656.261.91-
YUV68.51105.7161.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=58.88%
G=26.40%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116522900.550.750.5515.866028.43
Hex74341D0374B37103c1c
Octal164643506711367207434
Binary111010011010011101011011110010111101111000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74341D; }

 p { color: rgb(116,52,29); }

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

<style>
 a { background-color: #74341D; }

 a { background-color: rgb(116,52,29); }

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

<style>
 span { border-color: #74341D; }

 span { border-color: rgb(116,52,29); }

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