#754235

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

Shades of Peanut #754235

Tints of Peanut #754235

Color information

#754235 (or 0x754235) is unknown color: approx Peanut. HEX triplet: 75, 42 and 35. RGB value is (117,66,53). Sum of RGB (Red+Green+Blue) = 117+66+53=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754235 is #8ABDCA. Grayscale: #4F4F4F. Windows color (decimal): -9092555 or 3490421. OLE color: 3490421.

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

Color convert

RGB1176653-
CMYK00.440.550.54
HSL12.19º37.65%33.33%-
HSV(B)12.19º54.7%45.88%-
XYZ9.937.944.38-
YUV79.77112.9154.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=49.58%
G=27.97%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117665300.440.550.5412.1937.6533.33
Hex75423502C3736c2621
Octal165102650546766144641
Binary1110101100001011010101011001101111101101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754235; }

 p { color: rgb(117,66,53); }

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

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

 a { background-color: rgb(117,66,53); }

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

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

 span { border-color: rgb(117,66,53); }

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