Html Css Color HEX #472A18 Morocco Brown

📋 copy color: '#472A18'

red 71 ◦ green 42 ◦ blue 24

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

Shades of Morocco Brown #472A18

Tints of Morocco Brown #472A18

RGB

 RED value IS 71 (28.13% from 255) = 51.82%

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

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

R = 51.82%
G = 30.66%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472A18 (or 0x472A18) is known color: Morocco Brown. HEX triplet: 47, 2A and 18. RGB value is (71,42,24). Sum of RGB (Red+Green+Blue) = 71+42+24=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A18 is #B8D5E7. Grayscale: #303030. Windows color (decimal): -12113384 or 1583687. OLE color: 1583687.

HSL color Cylindrical-coordinate representation of color #472A18: hue angle of 22.98º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472A18 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 24 -
CMYK 0 0.41 0.66 0.72
HSL 22.98º 0.49% 0.19% -
HSV(B) 22.98º 0.66% 0.28% -
XYZ 3.59 3.06 1.27 -
YUV 48.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 71 42 24 0 0.41 0.66 0.72 22.98 0.49 0.19
Hex 47 2A 18 0 29 42 48 17 31 13
Octal 107 52 30 0 51 102 110 27 61 23
Binary 1000111 101010 11000 0 101001 1000010 1001000 10111 110001 10011

Color Harmonies of #472A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A18

Black with #472A18

Text Example


Text Example

White with #472A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472A18; }

 p { color: rgb(71,42,24); }

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

background-color css

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

 a { background-color: rgb(71,42,24); }

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

border-color css

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

 span { border-color: rgb(71,42,24); }

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