#73493A

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

Shades of Peanut #73493A

Tints of Peanut #73493A

Color information

#73493A (or 0x73493A) is unknown color: approx Peanut. HEX triplet: 73, 49 and 3A. RGB value is (115,73,58). Sum of RGB (Red+Green+Blue) = 115+73+58=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73493A is #8CB6C5. Grayscale: #535353. Windows color (decimal): -9221830 or 3819891. OLE color: 3819891.

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

Color convert

RGB1157358-
CMYK00.370.500.55
HSL15.79º32.95%33.92%-
HSV(B)15.79º49.57%45.1%-
XYZ10.228.725.15-
YUV83.85113.41150.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=46.75%
G=29.67%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115735800.370.500.5515.7932.9533.92
Hex73493A0253237102122
Octal163111720456267204142
Binary11100111001001111010010010111001011011110000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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