#743613

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

Shades of Peru Tan #743613

Tints of Peru Tan #743613

Color information

#743613 (or 0x743613) is unknown color: approx Peru Tan. HEX triplet: 74, 36 and 13. RGB value is (116,54,19). Sum of RGB (Red+Green+Blue) = 116+54+19=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #743613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743613 is #8BC9EC. Grayscale: #444444. Windows color (decimal): -9161197 or 1259124. OLE color: 1259124.

HSL color Cylindrical-coordinate representation of color #743613: hue angle of 21.65º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #743613 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1165419-
CMYK00.530.840.55
HSL21.65º71.85%26.47%-
HSV(B)21.65º83.62%45.49%-
XYZ8.646.41.4-
YUV68.55100.04161.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=61.38%
G=28.57%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116541900.530.840.5521.6571.8526.47
Hex743613035543716481a
Octal1646623065124672611032
Binary1110100110110100110110101101010011011110110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743613; }

 p { color: rgb(116,54,19); }

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

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

 a { background-color: rgb(116,54,19); }

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

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

 span { border-color: rgb(116,54,19); }

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