Html Css Color HEX #73493B Peanut

📋 copy color: '#73493B'

red 115 ◦ green 73 ◦ blue 59

#73493B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peanut #73493B

Tints of Peanut #73493B

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 value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73493B (or 0x73493B) is known color: 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

RGB 115 73 59 -
CMYK 0 0.37 0.49 0.55
HSL 15º 0.32% 0.34% -
HSV(B) 15º 0.49% 0.45% -
XYZ 10.24 8.73 5.28 -
YUV 83.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 115 73 59 0 0.37 0.49 0.55 15 0.32 0.34
Hex 73 49 3B 0 25 31 37 F 20 22
Octal 163 111 73 0 45 61 67 17 40 42
Binary 1110011 1001001 111011 0 100101 110001 110111 1111 100000 100010

Color Harmonies of #73493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73493B

Black with #73493B

Text Example


Text Example

White with #73493B

Text Example


Text Example

HTML Codes & Css Web 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>