Html Css Color HEX #48875C Como

📋 copy color: '#48875C'

red 72 ◦ green 135 ◦ blue 92

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

Shades of Como #48875C

Tints of Como #48875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

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

R = 24.08%
G = 45.15%
B = 30.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#48875C (or 0x48875C) is known color: Como. HEX triplet: 48, 87 and 5C. RGB value is (72,135,92). Sum of RGB (Red+Green+Blue) = 72+135+92=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #48875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48875C is #B778A3. Grayscale: #6F6F6F. Windows color (decimal): -12023972 or 6063944. OLE color: 6063944.

HSL color Cylindrical-coordinate representation of color #48875C: hue angle of 139.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48875C is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 92 -
CMYK 0.47 0 0.32 0.47
HSL 139.05º 0.3% 0.41% -
HSV(B) 139.05º 0.47% 0.53% -
XYZ 13.27 19.48 13.19 -
YUV 111.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 72 135 92 0.47 0 0.32 0.47 139.05 0.3 0.41
Hex 48 87 5C 2F 0 20 2F 8B 1E 29
Octal 110 207 134 57 0 40 57 213 36 51
Binary 1001000 10000111 1011100 101111 0 100000 101111 10001011 11110 101001

Color Harmonies of #48875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48875C

Black with #48875C

Text Example


Text Example

White with #48875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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