Html Css Color HEX #492A1A Morocco Brown

📋 copy color: '#492A1A'

red 73 ◦ green 42 ◦ blue 26

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

Shades of Morocco Brown #492A1A

Tints of Morocco Brown #492A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 51.77%
G = 29.79%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#492A1A (or 0x492A1A) is known color: Morocco Brown. HEX triplet: 49, 2A and 1A. RGB value is (73,42,26). Sum of RGB (Red+Green+Blue) = 73+42+26=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #492A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A1A is #B6D5E5. Grayscale: #313131. Windows color (decimal): -11982310 or 1714761. OLE color: 1714761.

HSL color Cylindrical-coordinate representation of color #492A1A: hue angle of 20.43º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #492A1A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 26 -
CMYK 0 0.42 0.64 0.71
HSL 20.43º 0.47% 0.19% -
HSV(B) 20.43º 0.64% 0.29% -
XYZ 3.76 3.15 1.39 -
YUV 49.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 73 42 26 0 0.42 0.64 0.71 20.43 0.47 0.19
Hex 49 2A 1A 0 2A 40 47 14 2F 13
Octal 111 52 32 0 52 100 107 24 57 23
Binary 1001001 101010 11010 0 101010 1000000 1000111 10100 101111 10011

Color Harmonies of #492A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A1A

Black with #492A1A

Text Example


Text Example

White with #492A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,26); }

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

background-color css

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

 a { background-color: rgb(73,42,26); }

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

border-color css

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

 span { border-color: rgb(73,42,26); }

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