#744838

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

Shades of Peanut #744838

Tints of Peanut #744838

Color information

#744838 (or 0x744838) is unknown color: approx Peanut. HEX triplet: 74, 48 and 38. RGB value is (116,72,56). Sum of RGB (Red+Green+Blue) = 116+72+56=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #744838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744838 is #8BB7C7. Grayscale: #535353. Windows color (decimal): -9156552 or 3688564. OLE color: 3688564.

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

Color convert

RGB1167256-
CMYK00.380.520.55
HSL16º34.88%33.73%-
HSV(B)16º51.72%45.49%-
XYZ10.238.634.87-
YUV83.33112.58151.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=47.54%
G=29.51%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116725600.380.520.551634.8833.73
Hex7448380263437102322
Octal164110700466467204342
Binary11101001001000111000010011011010011011110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744838; }

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

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

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

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

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

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

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

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