#743108

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

Shades of Peru Tan #743108

Tints of Peru Tan #743108

Color information

#743108 (or 0x743108) is unknown color: approx Peru Tan. HEX triplet: 74, 31 and 08. RGB value is (116,49,8). Sum of RGB (Red+Green+Blue) = 116+49+8=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743108 is #8BCEF7. Grayscale: #404040. Windows color (decimal): -9162488 or 536948. OLE color: 536948.

HSL color Cylindrical-coordinate representation of color #743108: hue angle of 22.78º 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 #743108 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB116498-
CMYK00.580.930.55
HSL22.78º87.1%24.31%-
HSV(B)22.78º93.1%45.49%-
XYZ8.345.930.93-
YUV64.3696.2164.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=67.05%
G=28.32%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11649800.580.930.5522.7887.124.31
Hex7431803A5D37175718
Octal1646110072135672712730
Binary111010011000110000111010101110111011110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743108; }

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

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

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

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

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

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

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

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