Html Css Color HEX #48473E Merlin

📋 copy color: '#48473E'

red 72 ◦ green 71 ◦ blue 62

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

Shades of Merlin #48473E

Tints of Merlin #48473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 35.12%
G = 34.63%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48473E (or 0x48473E) is known color: Merlin. HEX triplet: 48, 47 and 3E. RGB value is (72,71,62). Sum of RGB (Red+Green+Blue) = 72+71+62=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 72 - color contains mainly: red. Hex color #48473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473E is #B7B8C1. Grayscale: #464646. Windows color (decimal): -12040386 or 4081480. OLE color: 4081480.

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

Color convert

RGB 72 71 62 -
CMYK 0 0.01 0.14 0.72
HSL 54º 0.07% 0.26% -
HSV(B) 54º 0.14% 0.28% -
XYZ 5.8 6.23 5.45 -
YUV 70.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 72 71 62 0 0.01 0.14 0.72 54 0.07 0.26
Hex 48 47 3E 0 1 E 48 36 7 1A
Octal 110 107 76 0 1 16 110 66 7 32
Binary 1001000 1000111 111110 0 1 1110 1001000 110110 111 11010

Color Harmonies of #48473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48473E

Black with #48473E

Text Example


Text Example

White with #48473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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