Html Css Color HEX #48845E Como

📋 copy color: '#48845E'

red 72 ◦ green 132 ◦ blue 94

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

Shades of Como #48845E

Tints of Como #48845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 24.16%
G = 44.3%
B = 31.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#48845E (or 0x48845E) is known color: Como. HEX triplet: 48, 84 and 5E. RGB value is (72,132,94). Sum of RGB (Red+Green+Blue) = 72+132+94=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #48845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845E is #B77BA1. Grayscale: #6D6D6D. Windows color (decimal): -12024738 or 6194248. OLE color: 6194248.

HSL color Cylindrical-coordinate representation of color #48845E: hue angle of 142º 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 #48845E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 94 -
CMYK 0.45 0 0.29 0.48
HSL 142º 0.29% 0.4% -
HSV(B) 142º 0.45% 0.52% -
XYZ 12.94 18.69 13.51 -
YUV 109.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 72 132 94 0.45 0 0.29 0.48 142 0.29 0.4
Hex 48 84 5E 2D 0 1D 30 8E 1D 28
Octal 110 204 136 55 0 35 60 216 35 50
Binary 1001000 10000100 1011110 101101 0 11101 110000 10001110 11101 101000

Color Harmonies of #48845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48845E

Black with #48845E

Text Example


Text Example

White with #48845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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