#742A08

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

Shades of Peru Tan #742A08

Tints of Peru Tan #742A08

Color information

#742A08 (or 0x742A08) is unknown color: approx Peru Tan. HEX triplet: 74, 2A and 08. RGB value is (116,42,8). Sum of RGB (Red+Green+Blue) = 116+42+8=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #742A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A08 is #8BD5F7. Grayscale: #3C3C3C. Windows color (decimal): -9164280 or 535156. OLE color: 535156.

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

Color convert

RGB116428-
CMYK00.640.930.55
HSL18.89º87.1%24.31%-
HSV(B)18.89º93.1%45.49%-
XYZ8.075.390.84-
YUV60.2598.52167.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=69.88%
G=25.30%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11642800.640.930.5518.8987.124.31
Hex742A80405D37135718
Octal16452100100135672312730
Binary1110100101010100001000000101110111011110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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