Html Css Color HEX #482E1E Morocco Brown

📋 copy color: '#482E1E'

red 72 ◦ green 46 ◦ blue 30

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

Shades of Morocco Brown #482E1E

Tints of Morocco Brown #482E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.08%

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

R = 48.65%
G = 31.08%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#482E1E (or 0x482E1E) is known color: Morocco Brown. HEX triplet: 48, 2E and 1E. RGB value is (72,46,30). Sum of RGB (Red+Green+Blue) = 72+46+30=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1E is #B7D1E1. Grayscale: #343434. Windows color (decimal): -12046818 or 1977928. OLE color: 1977928.

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

Color convert

RGB 72 46 30 -
CMYK 0 0.36 0.58 0.72
HSL 22.86º 0.41% 0.2% -
HSV(B) 22.86º 0.58% 0.28% -
XYZ 3.88 3.43 1.68 -
YUV 51.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 72 46 30 0 0.36 0.58 0.72 22.86 0.41 0.2
Hex 48 2E 1E 0 24 3A 48 17 29 14
Octal 110 56 36 0 44 72 110 27 51 24
Binary 1001000 101110 11110 0 100100 111010 1001000 10111 101001 10100

Color Harmonies of #482E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E1E

Black with #482E1E

Text Example


Text Example

White with #482E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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