Html Css Color HEX #494635 Camouflage

📋 copy color: '#494635'

red 73 ◦ green 70 ◦ blue 53

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

Shades of Camouflage #494635

Tints of Camouflage #494635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 37.24%
G = 35.71%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#494635 (or 0x494635) is known color: Camouflage. HEX triplet: 49, 46 and 35. RGB value is (73,70,53). Sum of RGB (Red+Green+Blue) = 73+70+53=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #494635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494635 is #B6B9CA. Grayscale: #454545. Windows color (decimal): -11975115 or 3491401. OLE color: 3491401.

HSL color Cylindrical-coordinate representation of color #494635: hue angle of 51º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494635 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 53 -
CMYK 0 0.04 0.27 0.71
HSL 51º 0.16% 0.25% -
HSV(B) 51º 0.27% 0.29% -
XYZ 5.58 6.05 4.24 -
YUV 68.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 73 70 53 0 0.04 0.27 0.71 51 0.16 0.25
Hex 49 46 35 0 4 1B 47 33 10 19
Octal 111 106 65 0 4 33 107 63 20 31
Binary 1001001 1000110 110101 0 100 11011 1000111 110011 10000 11001

Color Harmonies of #494635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494635

Black with #494635

Text Example


Text Example

White with #494635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494635; }

 p { color: rgb(73,70,53); }

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

background-color css

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

 a { background-color: rgb(73,70,53); }

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

border-color css

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

 span { border-color: rgb(73,70,53); }

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