Html Css Color HEX #48715C Como

📋 copy color: '#48715C'

red 72 ◦ green 113 ◦ blue 92

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

Shades of Como #48715C

Tints of Como #48715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 25.99%
G = 40.79%
B = 33.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#48715C (or 0x48715C) is known color: Como. HEX triplet: 48, 71 and 5C. RGB value is (72,113,92). Sum of RGB (Red+Green+Blue) = 72+113+92=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #48715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48715C is #B78EA3. Grayscale: #626262. Windows color (decimal): -12029604 or 6058312. OLE color: 6058312.

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

Color convert

RGB 72 113 92 -
CMYK 0.36 0 0.19 0.56
HSL 149.27º 0.22% 0.36% -
HSV(B) 149.27º 0.36% 0.44% -
XYZ 10.51 13.96 12.27 -
YUV 98.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 72 113 92 0.36 0 0.19 0.56 149.27 0.22 0.36
Hex 48 71 5C 24 0 13 38 95 16 24
Octal 110 161 134 44 0 23 70 225 26 44
Binary 1001000 1110001 1011100 100100 0 10011 111000 10010101 10110 100100

Color Harmonies of #48715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48715C

Black with #48715C

Text Example


Text Example

White with #48715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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