#754537

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

Shades of Peanut #754537

Tints of Peanut #754537

Color information

#754537 (or 0x754537) is unknown color: approx Peanut. HEX triplet: 75, 45 and 37. RGB value is (117,69,55). Sum of RGB (Red+Green+Blue) = 117+69+55=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754537 is #8ABAC8. Grayscale: #515151. Windows color (decimal): -9091785 or 3622261. OLE color: 3622261.

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

Color convert

RGB1176955-
CMYK00.410.530.54
HSL13.55º36.05%33.73%-
HSV(B)13.55º52.99%45.88%-
XYZ10.158.314.68-
YUV81.76112.9153.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=48.55%
G=28.63%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117695500.410.530.5413.5536.0533.73
Hex7545370293536e2422
Octal165105670516566164442
Binary1110101100010111011101010011101011101101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754537; }

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

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

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

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

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

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

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

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