Html Css Color HEX #48473F Merlin

📋 copy color: '#48473F'

red 72 ◦ green 71 ◦ blue 63

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

Shades of Merlin #48473F

Tints of Merlin #48473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 34.95%
G = 34.47%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48473F (or 0x48473F) is known color: Merlin. HEX triplet: 48, 47 and 3F. RGB value is (72,71,63). Sum of RGB (Red+Green+Blue) = 72+71+63=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #48473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473F is #B7B8C0. Grayscale: #464646. Windows color (decimal): -12040385 or 4147016. OLE color: 4147016.

HSL color Cylindrical-coordinate representation of color #48473F: hue angle of 53.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48473F is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 63 -
CMYK 0 0.01 0.12 0.72
HSL 53.33º 0.07% 0.26% -
HSV(B) 53.33º 0.13% 0.28% -
XYZ 5.82 6.24 5.6 -
YUV 70.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 72 71 63 0 0.01 0.12 0.72 53.33 0.07 0.26
Hex 48 47 3F 0 1 C 48 35 7 1A
Octal 110 107 77 0 1 14 110 65 7 32
Binary 1001000 1000111 111111 0 1 1100 1001000 110101 111 11010

Color Harmonies of #48473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48473F

Black with #48473F

Text Example


Text Example

White with #48473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,71,63); }

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

background-color css

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

 a { background-color: rgb(72,71,63); }

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

border-color css

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

 span { border-color: rgb(72,71,63); }

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