Html Css Color HEX #482712 Morocco Brown

📋 copy color: '#482712'

red 72 ◦ green 39 ◦ blue 18

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

Shades of Morocco Brown #482712

Tints of Morocco Brown #482712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 55.81%
G = 30.23%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482712 (or 0x482712) is known color: Morocco Brown. HEX triplet: 48, 27 and 12. RGB value is (72,39,18). Sum of RGB (Red+Green+Blue) = 72+39+18=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482712 is #B7D8ED. Grayscale: #2E2E2E. Windows color (decimal): -12048622 or 1189704. OLE color: 1189704.

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

Color convert

RGB 72 39 18 -
CMYK 0 0.46 0.75 0.72
HSL 23.33º 0.6% 0.18% -
HSV(B) 23.33º 0.75% 0.28% -
XYZ 3.51 2.87 0.94 -
YUV 46.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 72 39 18 0 0.46 0.75 0.72 23.33 0.6 0.18
Hex 48 27 12 0 2E 4B 48 17 3C 12
Octal 110 47 22 0 56 113 110 27 74 22
Binary 1001000 100111 10010 0 101110 1001011 1001000 10111 111100 10010

Color Harmonies of #482712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482712

Black with #482712

Text Example


Text Example

White with #482712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482712; }

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

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

background-color css

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

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

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

border-color css

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

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

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