Html Css Color HEX #494827 Camouflage

📋 copy color: '#494827'

red 73 ◦ green 72 ◦ blue 39

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

Shades of Camouflage #494827

Tints of Camouflage #494827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 39.67%
G = 39.13%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#494827 (or 0x494827) is known color: Camouflage. HEX triplet: 49, 48 and 27. RGB value is (73,72,39). Sum of RGB (Red+Green+Blue) = 73+72+39=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #494827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494827 is #B6B7D8. Grayscale: #444444. Windows color (decimal): -11974617 or 2574409. OLE color: 2574409.

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

Color convert

RGB 73 72 39 -
CMYK 0 0.01 0.47 0.71
HSL 58.24º 0.3% 0.22% -
HSV(B) 58.24º 0.47% 0.29% -
XYZ 5.43 6.2 2.83 -
YUV 68.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 73 72 39 0 0.01 0.47 0.71 58.24 0.3 0.22
Hex 49 48 27 0 1 2F 47 3A 1E 16
Octal 111 110 47 0 1 57 107 72 36 26
Binary 1001001 1001000 100111 0 1 101111 1000111 111010 11110 10110

Color Harmonies of #494827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494827

Black with #494827

Text Example


Text Example

White with #494827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494827; }

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

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

background-color css

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

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

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

border-color css

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

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

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