Html Css Color HEX #482D1E Morocco Brown

📋 copy color: '#482D1E'

red 72 ◦ green 45 ◦ blue 30

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

Shades of Morocco Brown #482D1E

Tints of Morocco Brown #482D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 48.98%
G = 30.61%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#482D1E (or 0x482D1E) is known color: Morocco Brown. HEX triplet: 48, 2D and 1E. RGB value is (72,45,30). Sum of RGB (Red+Green+Blue) = 72+45+30=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1E is #B7D2E1. Grayscale: #333333. Windows color (decimal): -12047074 or 1977672. OLE color: 1977672.

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

Color convert

RGB 72 45 30 -
CMYK 0 0.38 0.58 0.72
HSL 21.43º 0.41% 0.2% -
HSV(B) 21.43º 0.58% 0.28% -
XYZ 3.85 3.35 1.67 -
YUV 51.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 72 45 30 0 0.38 0.58 0.72 21.43 0.41 0.2
Hex 48 2D 1E 0 26 3A 48 15 29 14
Octal 110 55 36 0 46 72 110 25 51 24
Binary 1001000 101101 11110 0 100110 111010 1001000 10101 101001 10100

Color Harmonies of #482D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D1E

Black with #482D1E

Text Example


Text Example

White with #482D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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