#743308

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

Shades of Peru Tan #743308

Tints of Peru Tan #743308

Color information

#743308 (or 0x743308) is unknown color: approx Peru Tan. HEX triplet: 74, 33 and 08. RGB value is (116,51,8). Sum of RGB (Red+Green+Blue) = 116+51+8=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #743308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743308 is #8BCCF7. Grayscale: #414141. Windows color (decimal): -9161976 or 537460. OLE color: 537460.

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

Color convert

RGB116518-
CMYK00.560.930.55
HSL23.89º87.1%24.31%-
HSV(B)23.89º93.1%45.49%-
XYZ8.436.10.96-
YUV65.5395.53164-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=66.29%
G=29.14%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11651800.560.930.5523.8987.124.31
Hex743380385D37185718
Octal1646310070135673012730
Binary111010011001110000111000101110111011111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743308; }

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

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

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

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

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

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

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

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