#743A0F

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

Shades of Peru Tan #743A0F

Tints of Peru Tan #743A0F

Color information

#743A0F (or 0x743A0F) is unknown color: approx Peru Tan. HEX triplet: 74, 3A and 0F. RGB value is (116,58,15). Sum of RGB (Red+Green+Blue) = 116+58+15=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #743A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A0F is #8BC5F0. Grayscale: #464646. Windows color (decimal): -9160177 or 998004. OLE color: 998004.

HSL color Cylindrical-coordinate representation of color #743A0F: hue angle of 25.54º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #743A0F is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1165815-
CMYK00.50.870.55
HSL25.54º77.1%25.69%-
HSV(B)25.54º87.07%45.49%-
XYZ8.86.771.3-
YUV70.4496.72160.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=61.38%
G=30.69%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116581500.50.870.5525.5477.125.69
Hex743AF03257371a4d1a
Octal1647217062127673211532
Binary111010011101011110110010101011111011111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A0F; }

 p { color: rgb(116,58,15); }

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

<style>
 a { background-color: #743A0F; }

 a { background-color: rgb(116,58,15); }

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

<style>
 span { border-color: #743A0F; }

 span { border-color: rgb(116,58,15); }

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