Html Css Color HEX #49473B Camouflage

📋 copy color: '#49473B'

red 73 ◦ green 71 ◦ blue 59

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

Shades of Camouflage #49473B

Tints of Camouflage #49473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 35.96%
G = 34.98%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49473B (or 0x49473B) is known color: Camouflage. HEX triplet: 49, 47 and 3B. RGB value is (73,71,59). Sum of RGB (Red+Green+Blue) = 73+71+59=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #49473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49473B is #B6B8C4. Grayscale: #464646. Windows color (decimal): -11974853 or 3884873. OLE color: 3884873.

HSL color Cylindrical-coordinate representation of color #49473B: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49473B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 71 59 -
CMYK 0 0.03 0.19 0.71
HSL 51.43º 0.11% 0.26% -
HSV(B) 51.43º 0.19% 0.29% -
XYZ 5.79 6.24 5.04 -
YUV 70.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 73 71 59 0 0.03 0.19 0.71 51.43 0.11 0.26
Hex 49 47 3B 0 3 13 47 33 B 1A
Octal 111 107 73 0 3 23 107 63 13 32
Binary 1001001 1000111 111011 0 11 10011 1000111 110011 1011 11010

Color Harmonies of #49473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49473B

Black with #49473B

Text Example


Text Example

White with #49473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49473B; }

 p { color: rgb(73,71,59); }

 H1.HeaderClassName
 {
   color: #49473B;
 }
 .AnyTagClassName
 {
   color: #49473B;
 }
</style>

background-color css

<style>
 a { background-color: #49473B; }

 a { background-color: rgb(73,71,59); }

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

border-color css

<style>
 span { border-color: #49473B; }

 span { border-color: rgb(73,71,59); }

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