Html Css Color HEX #48775C Como

📋 copy color: '#48775C'

red 72 ◦ green 119 ◦ blue 92

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

Shades of Como #48775C

Tints of Como #48775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

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

R = 25.44%
G = 42.05%
B = 32.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#48775C (or 0x48775C) is known color: Como. HEX triplet: 48, 77 and 5C. RGB value is (72,119,92). Sum of RGB (Red+Green+Blue) = 72+119+92=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #48775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48775C is #B788A3. Grayscale: #656565. Windows color (decimal): -12028068 or 6059848. OLE color: 6059848.

HSL color Cylindrical-coordinate representation of color #48775C: hue angle of 145.53º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48775C is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 92 -
CMYK 0.39 0 0.23 0.53
HSL 145.53º 0.25% 0.37% -
HSV(B) 145.53º 0.39% 0.47% -
XYZ 11.2 15.34 12.5 -
YUV 101.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 72 119 92 0.39 0 0.23 0.53 145.53 0.25 0.37
Hex 48 77 5C 27 0 17 35 92 19 25
Octal 110 167 134 47 0 27 65 222 31 45
Binary 1001000 1110111 1011100 100111 0 10111 110101 10010010 11001 100101

Color Harmonies of #48775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48775C

Black with #48775C

Text Example


Text Example

White with #48775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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