Html Css Color HEX #482917 Morocco Brown

📋 copy color: '#482917'

red 72 ◦ green 41 ◦ blue 23

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

Shades of Morocco Brown #482917

Tints of Morocco Brown #482917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 52.94%
G = 30.15%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482917 (or 0x482917) is known color: Morocco Brown. HEX triplet: 48, 29 and 17. RGB value is (72,41,23). Sum of RGB (Red+Green+Blue) = 72+41+23=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482917 is #B7D6E8. Grayscale: #303030. Windows color (decimal): -12048105 or 1517896. OLE color: 1517896.

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

Color convert

RGB 72 41 23 -
CMYK 0 0.43 0.68 0.72
HSL 22.04º 0.52% 0.19% -
HSV(B) 22.04º 0.68% 0.28% -
XYZ 3.62 3.03 1.2 -
YUV 48.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 72 41 23 0 0.43 0.68 0.72 22.04 0.52 0.19
Hex 48 29 17 0 2B 44 48 16 34 13
Octal 110 51 27 0 53 104 110 26 64 23
Binary 1001000 101001 10111 0 101011 1000100 1001000 10110 110100 10011

Color Harmonies of #482917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482917

Black with #482917

Text Example


Text Example

White with #482917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482917; }

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

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

background-color css

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

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

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

border-color css

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

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

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