Html Css Color HEX #492B1A Morocco Brown

📋 copy color: '#492B1A'

red 73 ◦ green 43 ◦ blue 26

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

Shades of Morocco Brown #492B1A

Tints of Morocco Brown #492B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.28%

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

R = 51.41%
G = 30.28%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#492B1A (or 0x492B1A) is known color: Morocco Brown. HEX triplet: 49, 2B and 1A. RGB value is (73,43,26). Sum of RGB (Red+Green+Blue) = 73+43+26=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B1A is #B6D4E5. Grayscale: #323232. Windows color (decimal): -11982054 or 1715017. OLE color: 1715017.

HSL color Cylindrical-coordinate representation of color #492B1A: hue angle of 21.7º 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 #492B1A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 26 -
CMYK 0 0.41 0.64 0.71
HSL 21.7º 0.47% 0.19% -
HSV(B) 21.7º 0.64% 0.29% -
XYZ 3.8 3.22 1.4 -
YUV 50.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 73 43 26 0 0.41 0.64 0.71 21.7 0.47 0.19
Hex 49 2B 1A 0 29 40 47 16 2F 13
Octal 111 53 32 0 51 100 107 26 57 23
Binary 1001001 101011 11010 0 101001 1000000 1000111 10110 101111 10011

Color Harmonies of #492B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B1A

Black with #492B1A

Text Example


Text Example

White with #492B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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