Html Css Color HEX #48705D Como

📋 copy color: '#48705D'

red 72 ◦ green 112 ◦ blue 93

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

Shades of Como #48705D

Tints of Como #48705D

RGB

 RED value IS 72 (28.52% from 255) = 25.99%

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 25.99%
G = 40.43%
B = 33.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#48705D (or 0x48705D) is known color: Como. HEX triplet: 48, 70 and 5D. RGB value is (72,112,93). Sum of RGB (Red+Green+Blue) = 72+112+93=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #48705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48705D is #B78FA2. Grayscale: #616161. Windows color (decimal): -12029859 or 6123592. OLE color: 6123592.

HSL color Cylindrical-coordinate representation of color #48705D: hue angle of 151.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48705D is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 93 -
CMYK 0.36 0 0.17 0.56
HSL 151.5º 0.22% 0.36% -
HSV(B) 151.5º 0.36% 0.44% -
XYZ 10.44 13.76 12.46 -
YUV 97.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 72 112 93 0.36 0 0.17 0.56 151.5 0.22 0.36
Hex 48 70 5D 24 0 11 38 98 16 24
Octal 110 160 135 44 0 21 70 230 26 44
Binary 1001000 1110000 1011101 100100 0 10001 111000 10011000 10110 100100

Color Harmonies of #48705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48705D

Black with #48705D

Text Example


Text Example

White with #48705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,112,93); }

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

background-color css

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

 a { background-color: rgb(72,112,93); }

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

border-color css

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

 span { border-color: rgb(72,112,93); }

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