Html Css Color HEX #472F25 Morocco Brown

📋 copy color: '#472F25'

red 71 ◦ green 47 ◦ blue 37

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

Shades of Morocco Brown #472F25

Tints of Morocco Brown #472F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 45.81%
G = 30.32%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#472F25 (or 0x472F25) is known color: Morocco Brown. HEX triplet: 47, 2F and 25. RGB value is (71,47,37). Sum of RGB (Red+Green+Blue) = 71+47+37=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F25 is #B8D0DA. Grayscale: #353535. Windows color (decimal): -12112091 or 2436935. OLE color: 2436935.

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

Color convert

RGB 71 47 37 -
CMYK 0 0.34 0.48 0.72
HSL 17.65º 0.31% 0.21% -
HSV(B) 17.65º 0.48% 0.28% -
XYZ 3.95 3.51 2.22 -
YUV 53.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 71 47 37 0 0.34 0.48 0.72 17.65 0.31 0.21
Hex 47 2F 25 0 22 30 48 12 1F 15
Octal 107 57 45 0 42 60 110 22 37 25
Binary 1000111 101111 100101 0 100010 110000 1001000 10010 11111 10101

Color Harmonies of #472F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F25

Black with #472F25

Text Example


Text Example

White with #472F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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