Html Css Color HEX #494830 Camouflage

📋 copy color: '#494830'

red 73 ◦ green 72 ◦ blue 48

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

Shades of Camouflage #494830

Tints of Camouflage #494830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 37.82%
G = 37.31%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#494830 (or 0x494830) is known color: Camouflage. HEX triplet: 49, 48 and 30. RGB value is (73,72,48). Sum of RGB (Red+Green+Blue) = 73+72+48=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494830 is #B6B7CF. Grayscale: #454545. Windows color (decimal): -11974608 or 3164233. OLE color: 3164233.

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

Color convert

RGB 73 72 48 -
CMYK 0 0.01 0.34 0.71
HSL 57.6º 0.21% 0.24% -
HSV(B) 57.6º 0.34% 0.29% -
XYZ 5.6 6.26 3.71 -
YUV 69.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 73 72 48 0 0.01 0.34 0.71 57.6 0.21 0.24
Hex 49 48 30 0 1 22 47 3A 15 18
Octal 111 110 60 0 1 42 107 72 25 30
Binary 1001001 1001000 110000 0 1 100010 1000111 111010 10101 11000

Color Harmonies of #494830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494830

Black with #494830

Text Example


Text Example

White with #494830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494830; }

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

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

background-color css

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

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

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

border-color css

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

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

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