Html Css Color HEX #48845F Como

📋 copy color: '#48845F'

red 72 ◦ green 132 ◦ blue 95

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

Shades of Como #48845F

Tints of Como #48845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 24.08%
G = 44.15%
B = 31.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#48845F (or 0x48845F) is known color: Como. HEX triplet: 48, 84 and 5F. RGB value is (72,132,95). Sum of RGB (Red+Green+Blue) = 72+132+95=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #48845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845F is #B77BA0. Grayscale: #6D6D6D. Windows color (decimal): -12024737 or 6259784. OLE color: 6259784.

HSL color Cylindrical-coordinate representation of color #48845F: hue angle of 143º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48845F is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 95 -
CMYK 0.45 0 0.28 0.48
HSL 143º 0.29% 0.4% -
HSV(B) 143º 0.45% 0.52% -
XYZ 12.99 18.71 13.75 -
YUV 109.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 72 132 95 0.45 0 0.28 0.48 143 0.29 0.4
Hex 48 84 5F 2D 0 1C 30 8F 1D 28
Octal 110 204 137 55 0 34 60 217 35 50
Binary 1001000 10000100 1011111 101101 0 11100 110000 10001111 11101 101000

Color Harmonies of #48845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48845F

Black with #48845F

Text Example


Text Example

White with #48845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48845F; }

 p { color: rgb(72,132,95); }

 H1.HeaderClassName
 {
   color: #48845F;
 }
 .AnyTagClassName
 {
   color: #48845F;
 }
</style>

background-color css

<style>
 a { background-color: #48845F; }

 a { background-color: rgb(72,132,95); }

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

border-color css

<style>
 span { border-color: #48845F; }

 span { border-color: rgb(72,132,95); }

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