Html Css Color HEX #48825D Como

📋 copy color: '#48825D'

red 72 ◦ green 130 ◦ blue 93

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

Shades of Como #48825D

Tints of Como #48825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 24.41%
G = 44.07%
B = 31.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#48825D (or 0x48825D) is known color: Como. HEX triplet: 48, 82 and 5D. RGB value is (72,130,93). Sum of RGB (Red+Green+Blue) = 72+130+93=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #48825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48825D is #B77DA2. Grayscale: #6C6C6C. Windows color (decimal): -12025251 or 6128200. OLE color: 6128200.

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

Color convert

RGB 72 130 93 -
CMYK 0.45 0 0.28 0.49
HSL 141.72º 0.29% 0.4% -
HSV(B) 141.72º 0.45% 0.51% -
XYZ 12.63 18.13 13.19 -
YUV 108.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 72 130 93 0.45 0 0.28 0.49 141.72 0.29 0.4
Hex 48 82 5D 2D 0 1C 31 8E 1D 28
Octal 110 202 135 55 0 34 61 216 35 50
Binary 1001000 10000010 1011101 101101 0 11100 110001 10001110 11101 101000

Color Harmonies of #48825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48825D

Black with #48825D

Text Example


Text Example

White with #48825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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