Html Css Color HEX #48705C Como

📋 copy color: '#48705C'

red 72 ◦ green 112 ◦ blue 92

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

Shades of Como #48705C

Tints of Como #48705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 26.09%
G = 40.58%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#48705C (or 0x48705C) is known color: Como. HEX triplet: 48, 70 and 5C. RGB value is (72,112,92). Sum of RGB (Red+Green+Blue) = 72+112+92=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #48705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48705C is #B78FA3. Grayscale: #616161. Windows color (decimal): -12029860 or 6058056. OLE color: 6058056.

HSL color Cylindrical-coordinate representation of color #48705C: hue angle of 150º 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 #48705C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 92 -
CMYK 0.36 0 0.18 0.56
HSL 150º 0.22% 0.36% -
HSV(B) 150º 0.36% 0.44% -
XYZ 10.4 13.74 12.23 -
YUV 97.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 72 112 92 0.36 0 0.18 0.56 150 0.22 0.36
Hex 48 70 5C 24 0 12 38 96 16 24
Octal 110 160 134 44 0 22 70 226 26 44
Binary 1001000 1110000 1011100 100100 0 10010 111000 10010110 10110 100100

Color Harmonies of #48705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48705C

Black with #48705C

Text Example


Text Example

White with #48705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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