Html Css Color HEX #482C1F Morocco Brown

📋 copy color: '#482C1F'

red 72 ◦ green 44 ◦ blue 31

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

Shades of Morocco Brown #482C1F

Tints of Morocco Brown #482C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.93%

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

R = 48.98%
G = 29.93%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#482C1F (or 0x482C1F) is known color: Morocco Brown. HEX triplet: 48, 2C and 1F. RGB value is (72,44,31). Sum of RGB (Red+Green+Blue) = 72+44+31=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C1F is #B7D3E0. Grayscale: #323232. Windows color (decimal): -12047329 or 2042952. OLE color: 2042952.

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

Color convert

RGB 72 44 31 -
CMYK 0 0.39 0.57 0.72
HSL 19.02º 0.4% 0.2% -
HSV(B) 19.02º 0.57% 0.28% -
XYZ 3.82 3.28 1.73 -
YUV 50.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 72 44 31 0 0.39 0.57 0.72 19.02 0.4 0.2
Hex 48 2C 1F 0 27 39 48 13 28 14
Octal 110 54 37 0 47 71 110 23 50 24
Binary 1001000 101100 11111 0 100111 111001 1001000 10011 101000 10100

Color Harmonies of #482C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C1F

Black with #482C1F

Text Example


Text Example

White with #482C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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