Html Css Color HEX #494824 Camouflage

📋 copy color: '#494824'

red 73 ◦ green 72 ◦ blue 36

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

Shades of Camouflage #494824

Tints of Camouflage #494824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 36 (14.45% from 255) = 19.89%

R = 40.33%
G = 39.78%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#494824 (or 0x494824) is known color: Camouflage. HEX triplet: 49, 48 and 24. RGB value is (73,72,36). Sum of RGB (Red+Green+Blue) = 73+72+36=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494824 is #B6B7DB. Grayscale: #444444. Windows color (decimal): -11974620 or 2377801. OLE color: 2377801.

HSL color Cylindrical-coordinate representation of color #494824: hue angle of 58.38º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494824 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 36 -
CMYK 0 0.01 0.51 0.71
HSL 58.38º 0.34% 0.21% -
HSV(B) 58.38º 0.51% 0.29% -
XYZ 5.38 6.18 2.58 -
YUV 68.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 73 72 36 0 0.01 0.51 0.71 58.38 0.34 0.21
Hex 49 48 24 0 1 33 47 3A 22 15
Octal 111 110 44 0 1 63 107 72 42 25
Binary 1001001 1001000 100100 0 1 110011 1000111 111010 100010 10101

Color Harmonies of #494824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494824

Black with #494824

Text Example


Text Example

White with #494824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494824; }

 p { color: rgb(73,72,36); }

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

background-color css

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

 a { background-color: rgb(73,72,36); }

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

border-color css

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

 span { border-color: rgb(73,72,36); }

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