Html Css Color HEX #492F25 Morocco Brown

📋 copy color: '#492F25'

red 73 ◦ green 47 ◦ blue 37

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

Shades of Morocco Brown #492F25

Tints of Morocco Brown #492F25

RGB

 RED value IS 73 (28.91% from 255) = 46.5%

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

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

R = 46.5%
G = 29.94%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#492F25 (or 0x492F25) is known color: Morocco Brown. HEX triplet: 49, 2F and 25. RGB value is (73,47,37). Sum of RGB (Red+Green+Blue) = 73+47+37=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F25 is #B6D0DA. Grayscale: #353535. Windows color (decimal): -11981019 or 2436937. OLE color: 2436937.

HSL color Cylindrical-coordinate representation of color #492F25: hue angle of 16.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492F25 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 47 37 -
CMYK 0 0.36 0.49 0.71
HSL 16.67º 0.33% 0.22% -
HSV(B) 16.67º 0.49% 0.29% -
XYZ 4.1 3.58 2.23 -
YUV 53.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 73 47 37 0 0.36 0.49 0.71 16.67 0.33 0.22
Hex 49 2F 25 0 24 31 47 11 21 16
Octal 111 57 45 0 44 61 107 21 41 26
Binary 1001001 101111 100101 0 100100 110001 1000111 10001 100001 10110

Color Harmonies of #492F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F25

Black with #492F25

Text Example


Text Example

White with #492F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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