Html Css Color HEX #48281A Morocco Brown

📋 copy color: '#48281A'

red 72 ◦ green 40 ◦ blue 26

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

Shades of Morocco Brown #48281A

Tints of Morocco Brown #48281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 52.17%
G = 28.99%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48281A (or 0x48281A) is known color: Morocco Brown. HEX triplet: 48, 28 and 1A. RGB value is (72,40,26). Sum of RGB (Red+Green+Blue) = 72+40+26=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281A is #B7D7E5. Grayscale: #303030. Windows color (decimal): -12048358 or 1714248. OLE color: 1714248.

HSL color Cylindrical-coordinate representation of color #48281A: hue angle of 18.26º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48281A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 26 -
CMYK 0 0.44 0.64 0.72
HSL 18.26º 0.47% 0.19% -
HSV(B) 18.26º 0.64% 0.28% -
XYZ 3.62 2.97 1.36 -
YUV 47.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 72 40 26 0 0.44 0.64 0.72 18.26 0.47 0.19
Hex 48 28 1A 0 2C 40 48 12 2F 13
Octal 110 50 32 0 54 100 110 22 57 23
Binary 1001000 101000 11010 0 101100 1000000 1001000 10010 101111 10011

Color Harmonies of #48281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48281A

Black with #48281A

Text Example


Text Example

White with #48281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48281A; }

 p { color: rgb(72,40,26); }

 H1.HeaderClassName
 {
   color: #48281A;
 }
 .AnyTagClassName
 {
   color: #48281A;
 }
</style>

background-color css

<style>
 a { background-color: #48281A; }

 a { background-color: rgb(72,40,26); }

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

border-color css

<style>
 span { border-color: #48281A; }

 span { border-color: rgb(72,40,26); }

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