Html Css Color HEX #73536D Salt Box

📋 copy color: '#73536D'

red 115 ◦ green 83 ◦ blue 109

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

Shades of Salt Box #73536D

Tints of Salt Box #73536D

RGB

 RED value IS 115 (45.31% from 255) = 37.46%

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 37.46%
G = 27.04%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73536D (or 0x73536D) is known color: Salt Box. HEX triplet: 73, 53 and 6D. RGB value is (115,83,109). Sum of RGB (Red+Green+Blue) = 115+83+109=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73536D is #8CAC92. Grayscale: #5F5F5F. Windows color (decimal): -9219219 or 7164787. OLE color: 7164787.

HSL color Cylindrical-coordinate representation of color #73536D: hue angle of 311.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73536D is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 109 -
CMYK 0 0.28 0.05 0.55
HSL 311.25º 0.16% 0.39% -
HSV(B) 311.25º 0.28% 0.45% -
XYZ 12.92 10.94 15.9 -
YUV 95.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 115 83 109 0 0.28 0.05 0.55 311.25 0.16 0.39
Hex 73 53 6D 0 1C 5 37 137 10 27
Octal 163 123 155 0 34 5 67 467 20 47
Binary 1110011 1010011 1101101 0 11100 101 110111 100110111 10000 100111

Color Harmonies of #73536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73536D

Black with #73536D

Text Example


Text Example

White with #73536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73536D; }

 p { color: rgb(115,83,109); }

 H1.HeaderClassName
 {
   color: #73536D;
 }
 .AnyTagClassName
 {
   color: #73536D;
 }
</style>

background-color css

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

 a { background-color: rgb(115,83,109); }

 div.DivClassName
 {
   background-color: #73536D;
 }
 .BgClassName
 {
   background-color: #73536D;
 }
</style>

border-color css

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

 span { border-color: rgb(115,83,109); }

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