#724438

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

Shades of Peanut #724438

Tints of Peanut #724438

Color information

#724438 (or 0x724438) is unknown color: approx Peanut. HEX triplet: 72, 44 and 38. RGB value is (114,68,56). Sum of RGB (Red+Green+Blue) = 114+68+56=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #724438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724438 is #8DBBC7. Grayscale: #505050. Windows color (decimal): -9288648 or 3687538. OLE color: 3687538.

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

Color convert

RGB1146856-
CMYK00.400.510.55
HSL12.41º34.12%33.33%-
HSV(B)12.41º50.88%44.71%-
XYZ9.7284.77-
YUV80.39114.24151.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=47.90%
G=28.57%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114685600.400.510.5512.4134.1233.33
Hex7244380283337c2221
Octal162104700506367144241
Binary1110010100010011100001010001100111101111100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724438; }

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

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

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

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

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

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

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

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