Html Css Color HEX #482A17 Morocco Brown

📋 copy color: '#482A17'

red 72 ◦ green 42 ◦ blue 23

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

Shades of Morocco Brown #482A17

Tints of Morocco Brown #482A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

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

R = 52.55%
G = 30.66%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482A17 (or 0x482A17) is known color: Morocco Brown. HEX triplet: 48, 2A and 17. RGB value is (72,42,23). Sum of RGB (Red+Green+Blue) = 72+42+23=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #482A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A17 is #B7D5E8. Grayscale: #303030. Windows color (decimal): -12047849 or 1518152. OLE color: 1518152.

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

Color convert

RGB 72 42 23 -
CMYK 0 0.42 0.68 0.72
HSL 23.27º 0.52% 0.19% -
HSV(B) 23.27º 0.68% 0.28% -
XYZ 3.66 3.1 1.22 -
YUV 48.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 72 42 23 0 0.42 0.68 0.72 23.27 0.52 0.19
Hex 48 2A 17 0 2A 44 48 17 34 13
Octal 110 52 27 0 52 104 110 27 64 23
Binary 1001000 101010 10111 0 101010 1000100 1001000 10111 110100 10011

Color Harmonies of #482A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A17

Black with #482A17

Text Example


Text Example

White with #482A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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