#754436

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

Shades of Peanut #754436

Tints of Peanut #754436

Color information

#754436 (or 0x754436) is unknown color: approx Peanut. HEX triplet: 75, 44 and 36. RGB value is (117,68,54). Sum of RGB (Red+Green+Blue) = 117+68+54=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754436 is #8ABBC9. Grayscale: #515151. Windows color (decimal): -9092042 or 3556469. OLE color: 3556469.

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

Color convert

RGB1176854-
CMYK00.420.540.54
HSL13.33º36.84%33.53%-
HSV(B)13.33º53.85%45.88%-
XYZ10.078.184.54-
YUV81.06112.73153.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=48.95%
G=28.45%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117685400.420.540.5413.3336.8433.53
Hex75443602A3636d2522
Octal165104660526666154542
Binary1110101100010011011001010101101101101101101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754436; }

 p { color: rgb(117,68,54); }

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

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

 a { background-color: rgb(117,68,54); }

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

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

 span { border-color: rgb(117,68,54); }

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