Html Css Color HEX #482611 Morocco Brown

📋 copy color: '#482611'

red 72 ◦ green 38 ◦ blue 17

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

Shades of Morocco Brown #482611

Tints of Morocco Brown #482611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

 BLUE value IS 17 (7.03% from 255) = 13.39%

R = 56.69%
G = 29.92%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482611 (or 0x482611) is known color: Morocco Brown. HEX triplet: 48, 26 and 11. RGB value is (72,38,17). Sum of RGB (Red+Green+Blue) = 72+38+17=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482611 is #B7D9EE. Grayscale: #2D2D2D. Windows color (decimal): -12048879 or 1123912. OLE color: 1123912.

HSL color Cylindrical-coordinate representation of color #482611: hue angle of 22.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482611 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 17 -
CMYK 0 0.47 0.76 0.72
HSL 22.91º 0.62% 0.17% -
HSV(B) 22.91º 0.76% 0.28% -
XYZ 3.47 2.8 0.89 -
YUV 45.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 72 38 17 0 0.47 0.76 0.72 22.91 0.62 0.17
Hex 48 26 11 0 2F 4C 48 17 3E 11
Octal 110 46 21 0 57 114 110 27 76 21
Binary 1001000 100110 10001 0 101111 1001100 1001000 10111 111110 10001

Color Harmonies of #482611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482611

Black with #482611

Text Example


Text Example

White with #482611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482611; }

 p { color: rgb(72,38,17); }

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

background-color css

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

 a { background-color: rgb(72,38,17); }

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

border-color css

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

 span { border-color: rgb(72,38,17); }

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