#754837

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

Shades of Peanut #754837

Tints of Peanut #754837

Color information

#754837 (or 0x754837) is unknown color: approx Peanut. HEX triplet: 75, 48 and 37. RGB value is (117,72,55). Sum of RGB (Red+Green+Blue) = 117+72+55=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754837 is #8AB7C8. Grayscale: #535353. Windows color (decimal): -9091017 or 3623029. OLE color: 3623029.

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

Color convert

RGB1177255-
CMYK00.380.530.54
HSL16.45º36.05%33.73%-
HSV(B)16.45º52.99%45.88%-
XYZ10.348.694.75-
YUV83.52111.91151.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=47.95%
G=29.51%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117725500.380.530.5416.4536.0533.73
Hex7548370263536102422
Octal165110670466566204442
Binary11101011001000110111010011011010111011010000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754837; }

 p { color: rgb(117,72,55); }

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

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

 a { background-color: rgb(117,72,55); }

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

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

 span { border-color: rgb(117,72,55); }

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