#744636

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

Shades of Peanut #744636

Tints of Peanut #744636

Color information

#744636 (or 0x744636) is unknown color: approx Peanut. HEX triplet: 74, 46 and 36. RGB value is (116,70,54). Sum of RGB (Red+Green+Blue) = 116+70+54=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744636 is #8BB9C9. Grayscale: #525252. Windows color (decimal): -9157066 or 3556980. OLE color: 3556980.

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

Color convert

RGB1167054-
CMYK00.400.530.55
HSL15.48º36.47%33.33%-
HSV(B)15.48º53.45%45.49%-
XYZ10.068.364.57-
YUV81.93112.24152.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=48.33%
G=29.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116705400.400.530.5515.4836.4733.33
Hex7446360283537f2421
Octal164106660506567174441
Binary1110100100011011011001010001101011101111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744636; }

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

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

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

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

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

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

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

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