#754134

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

Shades of Peanut #754134

Tints of Peanut #754134

Color information

#754134 (or 0x754134) is unknown color: approx Peanut. HEX triplet: 75, 41 and 34. RGB value is (117,65,52). Sum of RGB (Red+Green+Blue) = 117+65+52=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754134 is #8ABECB. Grayscale: #4F4F4F. Windows color (decimal): -9092812 or 3424629. OLE color: 3424629.

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

Color convert

RGB1176552-
CMYK00.440.560.54
HSL12º38.46%33.14%-
HSV(B)12º55.56%45.88%-
XYZ9.857.814.24-
YUV79.07112.73155.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117655200.440.560.541238.4633.14
Hex75413402C3836c2621
Octal165101640547066144641
Binary1110101100000111010001011001110001101101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754134; }

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

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

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

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

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

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

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

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