Html Css Color HEX #472F26 Morocco Brown

📋 copy color: '#472F26'

red 71 ◦ green 47 ◦ blue 38

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

Shades of Morocco Brown #472F26

Tints of Morocco Brown #472F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.13%

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 45.51%
G = 30.13%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#472F26 (or 0x472F26) is known color: Morocco Brown. HEX triplet: 47, 2F and 26. RGB value is (71,47,38). Sum of RGB (Red+Green+Blue) = 71+47+38=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F26 is #B8D0D9. Grayscale: #353535. Windows color (decimal): -12112090 or 2502471. OLE color: 2502471.

HSL color Cylindrical-coordinate representation of color #472F26: hue angle of 16.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472F26 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 38 -
CMYK 0 0.34 0.46 0.72
HSL 16.36º 0.3% 0.21% -
HSV(B) 16.36º 0.46% 0.28% -
XYZ 3.96 3.51 2.3 -
YUV 53.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 71 47 38 0 0.34 0.46 0.72 16.36 0.3 0.21
Hex 47 2F 26 0 22 2E 48 10 1E 15
Octal 107 57 46 0 42 56 110 20 36 25
Binary 1000111 101111 100110 0 100010 101110 1001000 10000 11110 10101

Color Harmonies of #472F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F26

Black with #472F26

Text Example


Text Example

White with #472F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,38); }

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

background-color css

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

 a { background-color: rgb(71,47,38); }

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

border-color css

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

 span { border-color: rgb(71,47,38); }

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