Html Css Color HEX #48725F Como

📋 copy color: '#48725F'

red 72 ◦ green 114 ◦ blue 95

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

Shades of Como #48725F

Tints of Como #48725F

RGB

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

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

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

R = 25.62%
G = 40.57%
B = 33.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#48725F (or 0x48725F) is known color: Como. HEX triplet: 48, 72 and 5F. RGB value is (72,114,95). Sum of RGB (Red+Green+Blue) = 72+114+95=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #48725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48725F is #B78DA0. Grayscale: #636363. Windows color (decimal): -12029345 or 6255176. OLE color: 6255176.

HSL color Cylindrical-coordinate representation of color #48725F: hue angle of 152.86º 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 #48725F is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 95 -
CMYK 0.37 0 0.17 0.55
HSL 152.86º 0.23% 0.36% -
HSV(B) 152.86º 0.37% 0.45% -
XYZ 10.76 14.24 13.01 -
YUV 99.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 72 114 95 0.37 0 0.17 0.55 152.86 0.23 0.36
Hex 48 72 5F 25 0 11 37 99 17 24
Octal 110 162 137 45 0 21 67 231 27 44
Binary 1001000 1110010 1011111 100101 0 10001 110111 10011001 10111 100100

Color Harmonies of #48725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48725F

Black with #48725F

Text Example


Text Example

White with #48725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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