#742B0D

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

Shades of Peru Tan #742B0D

Tints of Peru Tan #742B0D

Color information

#742B0D (or 0x742B0D) is unknown color: approx Peru Tan. HEX triplet: 74, 2B and 0D. RGB value is (116,43,13). Sum of RGB (Red+Green+Blue) = 116+43+13=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742B0D is #8BD4F2. Grayscale: #3D3D3D. Windows color (decimal): -9164019 or 863092. OLE color: 863092.

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

Color convert

RGB1164313-
CMYK00.630.890.55
HSL17.48º79.84%25.29%-
HSV(B)17.48º88.79%45.49%-
XYZ8.145.471.01-
YUV61.41100.68166.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.44%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=67.44%
G=25%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116431300.630.890.5517.4879.8425.29
Hex742BD03F5937115019
Octal1645315077131672112031
Binary111010010101111010111111101100111011110001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,43,13); }

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

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

 a { background-color: rgb(116,43,13); }

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

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

 span { border-color: rgb(116,43,13); }

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