#754638

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

Shades of Peanut #754638

Tints of Peanut #754638

Color information

#754638 (or 0x754638) is unknown color: approx Peanut. HEX triplet: 75, 46 and 38. RGB value is (117,70,56). Sum of RGB (Red+Green+Blue) = 117+70+56=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #754638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754638 is #8AB9C7. Grayscale: #525252. Windows color (decimal): -9091528 or 3688053. OLE color: 3688053.

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

Color convert

RGB1177056-
CMYK00.400.520.54
HSL13.77º35.26%33.92%-
HSV(B)13.77º52.14%45.88%-
XYZ10.248.454.83-
YUV82.46113.07152.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=48.15%
G=28.81%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117705600.400.520.5413.7735.2633.92
Hex7546380283436e2322
Octal165106700506466164342
Binary1110101100011011100001010001101001101101110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754638; }

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

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

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

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

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

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

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

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