Html Css Color HEX #482D1F Morocco Brown

📋 copy color: '#482D1F'

red 72 ◦ green 45 ◦ blue 31

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

Shades of Morocco Brown #482D1F

Tints of Morocco Brown #482D1F

RGB

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

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

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

R = 48.65%
G = 30.41%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#482D1F (or 0x482D1F) is known color: Morocco Brown. HEX triplet: 48, 2D and 1F. RGB value is (72,45,31). Sum of RGB (Red+Green+Blue) = 72+45+31=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1F is #B7D2E0. Grayscale: #333333. Windows color (decimal): -12047073 or 2043208. OLE color: 2043208.

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

Color convert

RGB 72 45 31 -
CMYK 0 0.38 0.57 0.72
HSL 20.49º 0.4% 0.2% -
HSV(B) 20.49º 0.57% 0.28% -
XYZ 3.86 3.35 1.74 -
YUV 51.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 72 45 31 0 0.38 0.57 0.72 20.49 0.4 0.2
Hex 48 2D 1F 0 26 39 48 14 28 14
Octal 110 55 37 0 46 71 110 24 50 24
Binary 1001000 101101 11111 0 100110 111001 1001000 10100 101000 10100

Color Harmonies of #482D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D1F

Black with #482D1F

Text Example


Text Example

White with #482D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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