#48725E

Color #48725E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #48725E

Tints of Como #48725E

Color information

#48725E (or 0x48725E) is unknown color: approx Como. HEX triplet: 48, 72 and 5E. RGB value is (72,114,94). Sum of RGB (Red+Green+Blue) = 72+114+94=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #48725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48725E is #B78DA1. Grayscale: #636363. Windows color (decimal): -12029346 or 6189640. OLE color: 6189640.

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

Color convert

RGB7211494-
CMYK0.3700.180.55
HSL151.43º22.58%36.47%-
HSV(B)151.43º36.84%44.71%-
XYZ10.7114.2212.77-
YUV99.16125.09108.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=25.71%
G=40.71%
B=33.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114940.3700.180.55151.4322.5836.47
Hex48725E2501237971724
Octal11016213645022672272744
Binary1001000111001010111101001010100101101111001011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48725E;
 }
 .AnyTagClassName
 {
   color: #48725E;
 }
</style>
background-color css

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

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

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

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

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

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