Html Css Color HEX #48845C Como

📋 copy color: '#48845C'

red 72 ◦ green 132 ◦ blue 92

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

Shades of Como #48845C

Tints of Como #48845C

RGB

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

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

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

R = 24.32%
G = 44.59%
B = 31.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#48845C (or 0x48845C) is known color: Como. HEX triplet: 48, 84 and 5C. RGB value is (72,132,92). Sum of RGB (Red+Green+Blue) = 72+132+92=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #48845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845C is #B77BA3. Grayscale: #6D6D6D. Windows color (decimal): -12024740 or 6063176. OLE color: 6063176.

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

Color convert

RGB 72 132 92 -
CMYK 0.45 0 0.30 0.48
HSL 140º 0.29% 0.4% -
HSV(B) 140º 0.45% 0.52% -
XYZ 12.86 18.65 13.05 -
YUV 109.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 72 132 92 0.45 0 0.30 0.48 140 0.29 0.4
Hex 48 84 5C 2D 0 1E 30 8C 1D 28
Octal 110 204 134 55 0 36 60 214 35 50
Binary 1001000 10000100 1011100 101101 0 11110 110000 10001100 11101 101000

Color Harmonies of #48845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48845C

Black with #48845C

Text Example


Text Example

White with #48845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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