#73493B

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

Shades of Peanut #73493B

Tints of Peanut #73493B

Color information

#73493B (or 0x73493B) is unknown color: approx Peanut. HEX triplet: 73, 49 and 3B. RGB value is (115,73,59). Sum of RGB (Red+Green+Blue) = 115+73+59=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73493B is #8CB6C4. Grayscale: #545454. Windows color (decimal): -9221829 or 3885427. OLE color: 3885427.

HSL color Cylindrical-coordinate representation of color #73493B: hue angle of 15º degrees, saturation: 0.32, 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 #73493B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1157359-
CMYK00.370.490.55
HSL15º32.18%34.12%-
HSV(B)15º48.7%45.1%-
XYZ10.248.735.28-
YUV83.96113.91150.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=46.56%
G=29.55%
B=23.89%

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
Decimal115735900.370.490.551532.1834.12
Hex73493B0253137f2022
Octal163111730456167174042
Binary1110011100100111101101001011100011101111111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73493B; }

 p { color: rgb(115,73,59); }

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

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

 a { background-color: rgb(115,73,59); }

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

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

 span { border-color: rgb(115,73,59); }

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