#754135

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

Shades of Peanut #754135

Tints of Peanut #754135

Color information

#754135 (or 0x754135) is unknown color: approx Peanut. HEX triplet: 75, 41 and 35. RGB value is (117,65,53). Sum of RGB (Red+Green+Blue) = 117+65+53=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754135 is #8ABECA. Grayscale: #4F4F4F. Windows color (decimal): -9092811 or 3490165. OLE color: 3490165.

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

Color convert

RGB1176553-
CMYK00.440.550.54
HSL11.25º37.65%33.33%-
HSV(B)11.25º54.7%45.88%-
XYZ9.877.824.36-
YUV79.18113.23154.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=49.79%
G=27.66%
B=22.55%

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
Decimal117655300.440.550.5411.2537.6533.33
Hex75413502C3736b2621
Octal165101650546766134641
Binary1110101100000111010101011001101111101101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754135; }

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

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

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

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

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

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

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

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