Html Css Color HEX #48895D Como

📋 copy color: '#48895D'

red 72 ◦ green 137 ◦ blue 93

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

Shades of Como #48895D

Tints of Como #48895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 23.84%
G = 45.36%
B = 30.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#48895D (or 0x48895D) is known color: Como. HEX triplet: 48, 89 and 5D. RGB value is (72,137,93). Sum of RGB (Red+Green+Blue) = 72+137+93=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #48895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48895D is #B776A2. Grayscale: #707070. Windows color (decimal): -12023459 or 6129992. OLE color: 6129992.

HSL color Cylindrical-coordinate representation of color #48895D: hue angle of 139.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48895D is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 93 -
CMYK 0.47 0 0.32 0.46
HSL 139.38º 0.31% 0.41% -
HSV(B) 139.38º 0.47% 0.54% -
XYZ 13.59 20.06 13.51 -
YUV 112.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 72 137 93 0.47 0 0.32 0.46 139.38 0.31 0.41
Hex 48 89 5D 2F 0 20 2E 8B 1F 29
Octal 110 211 135 57 0 40 56 213 37 51
Binary 1001000 10001001 1011101 101111 0 100000 101110 10001011 11111 101001

Color Harmonies of #48895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48895D

Black with #48895D

Text Example


Text Example

White with #48895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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