#74351D

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

Shades of Peru Tan #74351D

Tints of Peru Tan #74351D

Color information

#74351D (or 0x74351D) is unknown color: approx Peru Tan. HEX triplet: 74, 35 and 1D. RGB value is (116,53,29). Sum of RGB (Red+Green+Blue) = 116+53+29=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351D is #8BCAE2. Grayscale: #454545. Windows color (decimal): -9161443 or 1914228. OLE color: 1914228.

HSL color Cylindrical-coordinate representation of color #74351D: hue angle of 16.55º 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 #74351D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1165329-
CMYK00.540.750.55
HSL16.55º60%28.43%-
HSV(B)16.55º75%45.49%-
XYZ8.76.351.93-
YUV69.1105.37161.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=58.59%
G=26.77%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116532900.540.750.5516.556028.43
Hex74351D0364B37113c1c
Octal164653506611367217434
Binary111010011010111101011011010010111101111000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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