Html Css Color HEX #482A1E Morocco Brown

📋 copy color: '#482A1E'

red 72 ◦ green 42 ◦ blue 30

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

Shades of Morocco Brown #482A1E

Tints of Morocco Brown #482A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.17%

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

R = 50%
G = 29.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#482A1E (or 0x482A1E) is known color: Morocco Brown. HEX triplet: 48, 2A and 1E. RGB value is (72,42,30). Sum of RGB (Red+Green+Blue) = 72+42+30=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A1E is #B7D5E1. Grayscale: #313131. Windows color (decimal): -12047842 or 1976904. OLE color: 1976904.

HSL color Cylindrical-coordinate representation of color #482A1E: hue angle of 17.14º 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 #482A1E is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 42 30 -
CMYK 0 0.42 0.58 0.72
HSL 17.14º 0.41% 0.2% -
HSV(B) 17.14º 0.58% 0.28% -
XYZ 3.73 3.13 1.64 -
YUV 49.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 72 42 30 0 0.42 0.58 0.72 17.14 0.41 0.2
Hex 48 2A 1E 0 2A 3A 48 11 29 14
Octal 110 52 36 0 52 72 110 21 51 24
Binary 1001000 101010 11110 0 101010 111010 1001000 10001 101001 10100

Color Harmonies of #482A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A1E

Black with #482A1E

Text Example


Text Example

White with #482A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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