Html Css Color HEX #482C1E Morocco Brown

📋 copy color: '#482C1E'

red 72 ◦ green 44 ◦ blue 30

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

Shades of Morocco Brown #482C1E

Tints of Morocco Brown #482C1E

RGB

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

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

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

R = 49.32%
G = 30.14%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#482C1E (or 0x482C1E) is known color: Morocco Brown. HEX triplet: 48, 2C and 1E. RGB value is (72,44,30). Sum of RGB (Red+Green+Blue) = 72+44+30=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C1E is #B7D3E1. Grayscale: #323232. Windows color (decimal): -12047330 or 1977416. OLE color: 1977416.

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

Color convert

RGB 72 44 30 -
CMYK 0 0.39 0.58 0.72
HSL 20º 0.41% 0.2% -
HSV(B) 20º 0.58% 0.28% -
XYZ 3.81 3.27 1.66 -
YUV 50.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 72 44 30 0 0.39 0.58 0.72 20 0.41 0.2
Hex 48 2C 1E 0 27 3A 48 14 29 14
Octal 110 54 36 0 47 72 110 24 51 24
Binary 1001000 101100 11110 0 100111 111010 1001000 10100 101001 10100

Color Harmonies of #482C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C1E

Black with #482C1E

Text Example


Text Example

White with #482C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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