Html Css Color HEX #73536B Salt Box

📋 copy color: '#73536B'

red 115 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #73536B

Tints of Salt Box #73536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 37.7%
G = 27.21%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73536B (or 0x73536B) is known color: Salt Box. HEX triplet: 73, 53 and 6B. RGB value is (115,83,107). Sum of RGB (Red+Green+Blue) = 115+83+107=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73536B is #8CAC94. Grayscale: #5F5F5F. Windows color (decimal): -9219221 or 7033715. OLE color: 7033715.

HSL color Cylindrical-coordinate representation of color #73536B: hue angle of 315º 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 #73536B is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 107 -
CMYK 0 0.28 0.07 0.55
HSL 315º 0.16% 0.39% -
HSV(B) 315º 0.28% 0.45% -
XYZ 12.82 10.89 15.34 -
YUV 95.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 115 83 107 0 0.28 0.07 0.55 315 0.16 0.39
Hex 73 53 6B 0 1C 7 37 13B 10 27
Octal 163 123 153 0 34 7 67 473 20 47
Binary 1110011 1010011 1101011 0 11100 111 110111 100111011 10000 100111

Color Harmonies of #73536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73536B

Black with #73536B

Text Example


Text Example

White with #73536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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