Html Css Color HEX #492829 Volcano

📋 copy color: '#492829'

red 73 ◦ green 40 ◦ blue 41

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

Shades of Volcano #492829

Tints of Volcano #492829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 47.4%
G = 25.97%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#492829 (or 0x492829) is known color: Volcano. HEX triplet: 49, 28 and 29. RGB value is (73,40,41). Sum of RGB (Red+Green+Blue) = 73+40+41=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492829 is #B6D7D6. Grayscale: #323232. Windows color (decimal): -11982807 or 2697289. OLE color: 2697289.

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

Color convert

RGB 73 40 41 -
CMYK 0 0.45 0.44 0.71
HSL 358.18º 0.29% 0.22% -
HSV(B) 358.18º 0.45% 0.29% -
XYZ 3.91 3.09 2.49 -
YUV 49.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 73 40 41 0 0.45 0.44 0.71 358.18 0.29 0.22
Hex 49 28 29 0 2D 2C 47 166 1D 16
Octal 111 50 51 0 55 54 107 546 35 26
Binary 1001001 101000 101001 0 101101 101100 1000111 101100110 11101 10110

Color Harmonies of #492829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492829

Black with #492829

Text Example


Text Example

White with #492829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492829; }

 p { color: rgb(73,40,41); }

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

background-color css

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

 a { background-color: rgb(73,40,41); }

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

border-color css

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

 span { border-color: rgb(73,40,41); }

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