Html Css Color HEX #482F1E Morocco Brown

📋 copy color: '#482F1E'

red 72 ◦ green 47 ◦ blue 30

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

Shades of Morocco Brown #482F1E

Tints of Morocco Brown #482F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.54%

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

R = 48.32%
G = 31.54%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#482F1E (or 0x482F1E) is known color: Morocco Brown. HEX triplet: 48, 2F and 1E. RGB value is (72,47,30). Sum of RGB (Red+Green+Blue) = 72+47+30=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F1E is #B7D0E1. Grayscale: #343434. Windows color (decimal): -12046562 or 1978184. OLE color: 1978184.

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

Color convert

RGB 72 47 30 -
CMYK 0 0.35 0.58 0.72
HSL 24.29º 0.41% 0.2% -
HSV(B) 24.29º 0.58% 0.28% -
XYZ 3.92 3.5 1.7 -
YUV 52.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 72 47 30 0 0.35 0.58 0.72 24.29 0.41 0.2
Hex 48 2F 1E 0 23 3A 48 18 29 14
Octal 110 57 36 0 43 72 110 30 51 24
Binary 1001000 101111 11110 0 100011 111010 1001000 11000 101001 10100

Color Harmonies of #482F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F1E

Black with #482F1E

Text Example


Text Example

White with #482F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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