#746B52

Color #746B52 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #746B52

Tints of Peat #746B52

Color information

#746B52 (or 0x746B52) is unknown color: approx Peat. HEX triplet: 74, 6B and 52. RGB value is (116,107,82). Sum of RGB (Red+Green+Blue) = 116+107+82=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B52 is #8B94AD. Grayscale: #6A6A6A. Windows color (decimal): -9147566 or 5401460. OLE color: 5401460.

HSL color Cylindrical-coordinate representation of color #746B52: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746B52 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11610782-
CMYK00.080.290.55
HSL44.12º17.17%38.82%-
HSV(B)44.12º29.31%45.49%-
XYZ13.9814.8410.11-
YUV106.84113.98134.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=38.03%
G=35.08%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161078200.080.290.5544.1217.1738.82
Hex746B52081D372c1127
Octal1641531220103567542147
Binary111010011010111010010010001110111011110110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B52; }

 p { color: rgb(116,107,82); }

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

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

 a { background-color: rgb(116,107,82); }

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

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

 span { border-color: rgb(116,107,82); }

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