#744537

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

Shades of Peanut #744537

Tints of Peanut #744537

Color information

#744537 (or 0x744537) is unknown color: approx Peanut. HEX triplet: 74, 45 and 37. RGB value is (116,69,55). Sum of RGB (Red+Green+Blue) = 116+69+55=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744537 is #8BBAC8. Grayscale: #515151. Windows color (decimal): -9157321 or 3622260. OLE color: 3622260.

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

Color convert

RGB1166955-
CMYK00.410.530.55
HSL13.77º35.67%33.53%-
HSV(B)13.77º52.59%45.49%-
XYZ10.028.254.68-
YUV81.46113.07152.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=48.33%
G=28.75%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116695500.410.530.5513.7735.6733.53
Hex7445370293537e2422
Octal164105670516567164442
Binary1110100100010111011101010011101011101111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744537; }

 p { color: rgb(116,69,55); }

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

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

 a { background-color: rgb(116,69,55); }

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

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

 span { border-color: rgb(116,69,55); }

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