Html Css Color HEX #482718 Morocco Brown

📋 copy color: '#482718'

red 72 ◦ green 39 ◦ blue 24

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

Shades of Morocco Brown #482718

Tints of Morocco Brown #482718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 53.33%
G = 28.89%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482718 (or 0x482718) is known color: Morocco Brown. HEX triplet: 48, 27 and 18. RGB value is (72,39,24). Sum of RGB (Red+Green+Blue) = 72+39+24=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482718 is #B7D8E7. Grayscale: #2F2F2F. Windows color (decimal): -12048616 or 1582920. OLE color: 1582920.

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

Color convert

RGB 72 39 24 -
CMYK 0 0.46 0.67 0.72
HSL 18.75º 0.5% 0.19% -
HSV(B) 18.75º 0.67% 0.28% -
XYZ 3.56 2.89 1.24 -
YUV 47.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 72 39 24 0 0.46 0.67 0.72 18.75 0.5 0.19
Hex 48 27 18 0 2E 43 48 13 32 13
Octal 110 47 30 0 56 103 110 23 62 23
Binary 1001000 100111 11000 0 101110 1000011 1001000 10011 110010 10011

Color Harmonies of #482718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482718

Black with #482718

Text Example


Text Example

White with #482718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482718; }

 p { color: rgb(72,39,24); }

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

background-color css

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

 a { background-color: rgb(72,39,24); }

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

border-color css

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

 span { border-color: rgb(72,39,24); }

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