#744738

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

Shades of Peanut #744738

Tints of Peanut #744738

Color information

#744738 (or 0x744738) is unknown color: approx Peanut. HEX triplet: 74, 47 and 38. RGB value is (116,71,56). Sum of RGB (Red+Green+Blue) = 116+71+56=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #744738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744738 is #8BB8C7. Grayscale: #525252. Windows color (decimal): -9156808 or 3688308. OLE color: 3688308.

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

Color convert

RGB1167156-
CMYK00.390.520.55
HSL15º34.88%33.73%-
HSV(B)15º51.72%45.49%-
XYZ10.178.514.85-
YUV82.74112.91151.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=47.74%
G=29.22%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116715600.390.520.551534.8833.73
Hex7447380273437f2322
Octal164107700476467174342
Binary1110100100011111100001001111101001101111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744738; }

 p { color: rgb(116,71,56); }

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

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

 a { background-color: rgb(116,71,56); }

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

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

 span { border-color: rgb(116,71,56); }

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