#744536

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

Shades of Peanut #744536

Tints of Peanut #744536

Color information

#744536 (or 0x744536) is unknown color: approx Peanut. HEX triplet: 74, 45 and 36. RGB value is (116,69,54). Sum of RGB (Red+Green+Blue) = 116+69+54=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744536 is #8BBAC9. Grayscale: #515151. Windows color (decimal): -9157322 or 3556724. OLE color: 3556724.

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

Color convert

RGB1166954-
CMYK00.410.530.55
HSL14.52º36.47%33.33%-
HSV(B)14.52º53.45%45.49%-
XYZ108.244.55-
YUV81.34112.57152.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=48.54%
G=28.87%
B=22.59%

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
Decimal116695400.410.530.5514.5236.4733.33
Hex7445360293537f2421
Octal164105660516567174441
Binary1110100100010111011001010011101011101111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744536; }

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

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

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

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

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

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

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

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