Html Css Color HEX #482B1E Morocco Brown

📋 copy color: '#482B1E'

red 72 ◦ green 43 ◦ blue 30

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

Shades of Morocco Brown #482B1E

Tints of Morocco Brown #482B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.66%

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

R = 49.66%
G = 29.66%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#482B1E (or 0x482B1E) is known color: Morocco Brown. HEX triplet: 48, 2B and 1E. RGB value is (72,43,30). Sum of RGB (Red+Green+Blue) = 72+43+30=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B1E is #B7D4E1. Grayscale: #323232. Windows color (decimal): -12047586 or 1977160. OLE color: 1977160.

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

Color convert

RGB 72 43 30 -
CMYK 0 0.40 0.58 0.72
HSL 18.57º 0.41% 0.2% -
HSV(B) 18.57º 0.58% 0.28% -
XYZ 3.77 3.2 1.65 -
YUV 50.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 72 43 30 0 0.40 0.58 0.72 18.57 0.41 0.2
Hex 48 2B 1E 0 28 3A 48 13 29 14
Octal 110 53 36 0 50 72 110 23 51 24
Binary 1001000 101011 11110 0 101000 111010 1001000 10011 101001 10100

Color Harmonies of #482B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B1E

Black with #482B1E

Text Example


Text Example

White with #482B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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