#742A0E

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

Shades of Peru Tan #742A0E

Tints of Peru Tan #742A0E

Color information

#742A0E (or 0x742A0E) is unknown color: approx Peru Tan. HEX triplet: 74, 2A and 0E. RGB value is (116,42,14). Sum of RGB (Red+Green+Blue) = 116+42+14=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A0E is #8BD5F1. Grayscale: #3D3D3D. Windows color (decimal): -9164274 or 928372. OLE color: 928372.

HSL color Cylindrical-coordinate representation of color #742A0E: hue angle of 16.47º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #742A0E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1164214-
CMYK00.640.880.55
HSL16.47º78.46%25.49%-
HSV(B)16.47º87.93%45.49%-
XYZ8.115.41.03-
YUV60.93101.52167.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.44%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=67.44%
G=24.42%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116421400.640.880.5516.4778.4625.49
Hex742AE0405837104e19
Octal16452160100130672011631
Binary1110100101010111001000000101100011011110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,42,14); }

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

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

 a { background-color: rgb(116,42,14); }

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

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

 span { border-color: rgb(116,42,14); }

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