#754639

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

Shades of Peanut #754639

Tints of Peanut #754639

Color information

#754639 (or 0x754639) is unknown color: approx Peanut. HEX triplet: 75, 46 and 39. RGB value is (117,70,57). Sum of RGB (Red+Green+Blue) = 117+70+57=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754639 is #8AB9C6. Grayscale: #525252. Windows color (decimal): -9091527 or 3753589. OLE color: 3753589.

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

Color convert

RGB1177057-
CMYK00.400.510.54
HSL13º34.48%34.12%-
HSV(B)13º51.28%45.88%-
XYZ10.268.464.96-
YUV82.57113.57152.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=47.95%
G=28.69%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117705700.400.510.541334.4834.12
Hex7546390283336d2222
Octal165106710506366154242
Binary1110101100011011100101010001100111101101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754639; }

 p { color: rgb(117,70,57); }

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

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

 a { background-color: rgb(117,70,57); }

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

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

 span { border-color: rgb(117,70,57); }

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