Html Css Color HEX #482A1F Morocco Brown

📋 copy color: '#482A1F'

red 72 ◦ green 42 ◦ blue 31

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

Shades of Morocco Brown #482A1F

Tints of Morocco Brown #482A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 49.66%
G = 28.97%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#482A1F (or 0x482A1F) is known color: Morocco Brown. HEX triplet: 48, 2A and 1F. RGB value is (72,42,31). Sum of RGB (Red+Green+Blue) = 72+42+31=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A1F is #B7D5E0. Grayscale: #313131. Windows color (decimal): -12047841 or 2042440. OLE color: 2042440.

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

Color convert

RGB 72 42 31 -
CMYK 0 0.42 0.57 0.72
HSL 16.1º 0.4% 0.2% -
HSV(B) 16.1º 0.57% 0.28% -
XYZ 3.75 3.13 1.7 -
YUV 49.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 72 42 31 0 0.42 0.57 0.72 16.1 0.4 0.2
Hex 48 2A 1F 0 2A 39 48 10 28 14
Octal 110 52 37 0 52 71 110 20 50 24
Binary 1001000 101010 11111 0 101010 111001 1001000 10000 101000 10100

Color Harmonies of #482A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A1F

Black with #482A1F

Text Example


Text Example

White with #482A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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