#724234

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

Shades of Peanut #724234

Tints of Peanut #724234

Color information

#724234 (or 0x724234) is unknown color: approx Peanut. HEX triplet: 72, 42 and 34. RGB value is (114,66,52). Sum of RGB (Red+Green+Blue) = 114+66+52=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724234 is #8DBDCB. Grayscale: #4E4E4E. Windows color (decimal): -9289164 or 3424882. OLE color: 3424882.

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

Color convert

RGB1146652-
CMYK00.420.540.55
HSL13.55º37.35%32.55%-
HSV(B)13.55º54.39%44.71%-
XYZ9.517.724.24-
YUV78.76112.9153.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=49.14%
G=28.45%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114665200.420.540.5513.5537.3532.55
Hex72423402A3637e2521
Octal162102640526667164541
Binary1110010100001011010001010101101101101111110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724234; }

 p { color: rgb(114,66,52); }

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

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

 a { background-color: rgb(114,66,52); }

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

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

 span { border-color: rgb(114,66,52); }

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