Html Css Color HEX #482915 Morocco Brown

📋 copy color: '#482915'

red 72 ◦ green 41 ◦ blue 21

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

Shades of Morocco Brown #482915

Tints of Morocco Brown #482915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 53.73%
G = 30.6%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482915 (or 0x482915) is known color: Morocco Brown. HEX triplet: 48, 29 and 15. RGB value is (72,41,21). Sum of RGB (Red+Green+Blue) = 72+41+21=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482915 is #B7D6EA. Grayscale: #303030. Windows color (decimal): -12048107 or 1386824. OLE color: 1386824.

HSL color Cylindrical-coordinate representation of color #482915: hue angle of 23.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482915 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 21 -
CMYK 0 0.43 0.71 0.72
HSL 23.53º 0.55% 0.18% -
HSV(B) 23.53º 0.71% 0.28% -
XYZ 3.6 3.02 1.1 -
YUV 47.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 72 41 21 0 0.43 0.71 0.72 23.53 0.55 0.18
Hex 48 29 15 0 2B 47 48 18 37 12
Octal 110 51 25 0 53 107 110 30 67 22
Binary 1001000 101001 10101 0 101011 1000111 1001000 11000 110111 10010

Color Harmonies of #482915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482915

Black with #482915

Text Example


Text Example

White with #482915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482915; }

 p { color: rgb(72,41,21); }

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

background-color css

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

 a { background-color: rgb(72,41,21); }

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

border-color css

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

 span { border-color: rgb(72,41,21); }

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