#72483A

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

Shades of Peanut #72483A

Tints of Peanut #72483A

Color information

#72483A (or 0x72483A) is unknown color: approx Peanut. HEX triplet: 72, 48 and 3A. RGB value is (114,72,58). Sum of RGB (Red+Green+Blue) = 114+72+58=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72483A is #8DB7C5. Grayscale: #535353. Windows color (decimal): -9287622 or 3819634. OLE color: 3819634.

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

Color convert

RGB1147258-
CMYK00.370.490.55
HSL15º32.56%33.73%-
HSV(B)15º49.12%44.71%-
XYZ10.028.525.12-
YUV82.96113.91150.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=46.72%
G=29.51%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114725800.370.490.551532.5633.73
Hex72483A0253137f2122
Octal162110720456167174142
Binary1110010100100011101001001011100011101111111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72483A; }

 p { color: rgb(114,72,58); }

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

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

 a { background-color: rgb(114,72,58); }

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

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

 span { border-color: rgb(114,72,58); }

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