#724538

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

Shades of Peanut #724538

Tints of Peanut #724538

Color information

#724538 (or 0x724538) is unknown color: approx Peanut. HEX triplet: 72, 45 and 38. RGB value is (114,69,56). Sum of RGB (Red+Green+Blue) = 114+69+56=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #724538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724538 is #8DBAC7. Grayscale: #515151. Windows color (decimal): -9288392 or 3687794. OLE color: 3687794.

HSL color Cylindrical-coordinate representation of color #724538: hue angle of 13.45º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724538 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1146956-
CMYK00.390.510.55
HSL13.45º34.12%33.33%-
HSV(B)13.45º50.88%44.71%-
XYZ9.788.124.79-
YUV80.97113.91151.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=47.70%
G=28.87%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114695600.390.510.5513.4534.1233.33
Hex7245380273337d2221
Octal162105700476367154241
Binary1110010100010111100001001111100111101111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724538; }

 p { color: rgb(114,69,56); }

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

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

 a { background-color: rgb(114,69,56); }

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

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

 span { border-color: rgb(114,69,56); }

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