#742F14

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

Shades of Peru Tan #742F14

Tints of Peru Tan #742F14

Color information

#742F14 (or 0x742F14) is unknown color: approx Peru Tan. HEX triplet: 74, 2F and 14. RGB value is (116,47,20). Sum of RGB (Red+Green+Blue) = 116+47+20=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #742F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F14 is #8BD0EB. Grayscale: #404040. Windows color (decimal): -9162988 or 1322868. OLE color: 1322868.

HSL color Cylindrical-coordinate representation of color #742F14: hue angle of 16.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742F14 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1164720-
CMYK00.590.830.55
HSL16.88º70.59%26.67%-
HSV(B)16.88º82.76%45.49%-
XYZ8.355.81.34-
YUV64.55102.86164.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=63.39%
G=25.68%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116472000.590.830.5516.8870.5926.67
Hex742F1403B533711471b
Octal1645724073123672110733
Binary1110100101111101000111011101001111011110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F14; }

 p { color: rgb(116,47,20); }

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

<style>
 a { background-color: #742F14; }

 a { background-color: rgb(116,47,20); }

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

<style>
 span { border-color: #742F14; }

 span { border-color: rgb(116,47,20); }

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