Html Css Color HEX #482D19 Morocco Brown

📋 copy color: '#482D19'

red 72 ◦ green 45 ◦ blue 25

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

Shades of Morocco Brown #482D19

Tints of Morocco Brown #482D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.69%

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 50.7%
G = 31.69%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482D19 (or 0x482D19) is known color: Morocco Brown. HEX triplet: 48, 2D and 19. RGB value is (72,45,25). Sum of RGB (Red+Green+Blue) = 72+45+25=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D19 is #B7D2E6. Grayscale: #323232. Windows color (decimal): -12047079 or 1649992. OLE color: 1649992.

HSL color Cylindrical-coordinate representation of color #482D19: hue angle of 25.53º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482D19 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 25 -
CMYK 0 0.38 0.65 0.72
HSL 25.53º 0.48% 0.19% -
HSV(B) 25.53º 0.65% 0.28% -
XYZ 3.79 3.32 1.36 -
YUV 50.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 72 45 25 0 0.38 0.65 0.72 25.53 0.48 0.19
Hex 48 2D 19 0 26 41 48 1A 30 13
Octal 110 55 31 0 46 101 110 32 60 23
Binary 1001000 101101 11001 0 100110 1000001 1001000 11010 110000 10011

Color Harmonies of #482D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D19

Black with #482D19

Text Example


Text Example

White with #482D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D19; }

 p { color: rgb(72,45,25); }

 H1.HeaderClassName
 {
   color: #482D19;
 }
 .AnyTagClassName
 {
   color: #482D19;
 }
</style>

background-color css

<style>
 a { background-color: #482D19; }

 a { background-color: rgb(72,45,25); }

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

border-color css

<style>
 span { border-color: #482D19; }

 span { border-color: rgb(72,45,25); }

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