#742F05

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

Shades of Peru Tan #742F05

Tints of Peru Tan #742F05

Color information

#742F05 (or 0x742F05) is unknown color: approx Peru Tan. HEX triplet: 74, 2F and 05. RGB value is (116,47,5). Sum of RGB (Red+Green+Blue) = 116+47+5=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #742F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F05 is #8BD0FA. Grayscale: #3F3F3F. Windows color (decimal): -9163003 or 339828. OLE color: 339828.

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

Color convert

RGB116475-
CMYK00.590.960.55
HSL22.7º91.74%23.73%-
HSV(B)22.7º95.69%45.49%-
XYZ8.255.760.82-
YUV62.8495.36165.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=69.05%
G=27.98%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11647500.590.960.5522.791.7423.73
Hex742F503B6037175c18
Octal164575073140672713430
Binary11101001011111010111011110000011011110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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