#743208

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

Shades of Peru Tan #743208

Tints of Peru Tan #743208

Color information

#743208 (or 0x743208) is unknown color: approx Peru Tan. HEX triplet: 74, 32 and 08. RGB value is (116,50,8). Sum of RGB (Red+Green+Blue) = 116+50+8=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #743208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743208 is #8BCDF7. Grayscale: #414141. Windows color (decimal): -9162232 or 537204. OLE color: 537204.

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

Color convert

RGB116508-
CMYK00.570.930.55
HSL23.33º87.1%24.31%-
HSV(B)23.33º93.1%45.49%-
XYZ8.396.010.95-
YUV64.9595.87164.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=66.67%
G=28.74%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11650800.570.930.5523.3387.124.31
Hex743280395D37175718
Octal1646210071135672712730
Binary111010011001010000111001101110111011110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743208; }

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

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

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

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

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

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

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

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