Html Css Color HEX #48725B Como

📋 copy color: '#48725B'

red 72 ◦ green 114 ◦ blue 91

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

Shades of Como #48725B

Tints of Como #48725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 25.99%
G = 41.16%
B = 32.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#48725B (or 0x48725B) is known color: Como. HEX triplet: 48, 72 and 5B. RGB value is (72,114,91). Sum of RGB (Red+Green+Blue) = 72+114+91=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #48725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48725B is #B78DA4. Grayscale: #626262. Windows color (decimal): -12029349 or 5993032. OLE color: 5993032.

HSL color Cylindrical-coordinate representation of color #48725B: hue angle of 147.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48725B is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 91 -
CMYK 0.37 0 0.20 0.55
HSL 147.14º 0.23% 0.36% -
HSV(B) 147.14º 0.37% 0.45% -
XYZ 10.58 14.17 12.07 -
YUV 98.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 72 114 91 0.37 0 0.20 0.55 147.14 0.23 0.36
Hex 48 72 5B 25 0 14 37 93 17 24
Octal 110 162 133 45 0 24 67 223 27 44
Binary 1001000 1110010 1011011 100101 0 10100 110111 10010011 10111 100100

Color Harmonies of #48725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48725B

Black with #48725B

Text Example


Text Example

White with #48725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48725B; }

 p { color: rgb(72,114,91); }

 H1.HeaderClassName
 {
   color: #48725B;
 }
 .AnyTagClassName
 {
   color: #48725B;
 }
</style>

background-color css

<style>
 a { background-color: #48725B; }

 a { background-color: rgb(72,114,91); }

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

border-color css

<style>
 span { border-color: #48725B; }

 span { border-color: rgb(72,114,91); }

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