#754435

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

Shades of Peanut #754435

Tints of Peanut #754435

Color information

#754435 (or 0x754435) is unknown color: approx Peanut. HEX triplet: 75, 44 and 35. RGB value is (117,68,53). Sum of RGB (Red+Green+Blue) = 117+68+53=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754435 is #8ABBCA. Grayscale: #515151. Windows color (decimal): -9092043 or 3490933. OLE color: 3490933.

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

Color convert

RGB1176853-
CMYK00.420.550.54
HSL14.06º37.65%33.33%-
HSV(B)14.06º54.7%45.88%-
XYZ10.058.174.42-
YUV80.94112.23153.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=49.16%
G=28.57%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117685300.420.550.5414.0637.6533.33
Hex75443502A3736e2621
Octal165104650526766164641
Binary1110101100010011010101010101101111101101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754435; }

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

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

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

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

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

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

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

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