Html Css Color HEX #492930 Cab Sav

📋 copy color: '#492930'

red 73 ◦ green 41 ◦ blue 48

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

Shades of Cab Sav #492930

Tints of Cab Sav #492930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

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

R = 45.06%
G = 25.31%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#492930 (or 0x492930) is known color: Cab Sav. HEX triplet: 49, 29 and 30. RGB value is (73,41,48). Sum of RGB (Red+Green+Blue) = 73+41+48=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492930 is #B6D6CF. Grayscale: #333333. Windows color (decimal): -11982544 or 3156297. OLE color: 3156297.

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

Color convert

RGB 73 41 48 -
CMYK 0 0.44 0.34 0.71
HSL 346.88º 0.28% 0.22% -
HSV(B) 346.88º 0.44% 0.29% -
XYZ 4.07 3.22 3.2 -
YUV 51.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 73 41 48 0 0.44 0.34 0.71 346.88 0.28 0.22
Hex 49 29 30 0 2C 22 47 15B 1C 16
Octal 111 51 60 0 54 42 107 533 34 26
Binary 1001001 101001 110000 0 101100 100010 1000111 101011011 11100 10110

Color Harmonies of #492930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492930

Black with #492930

Text Example


Text Example

White with #492930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492930; }

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

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

background-color css

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

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

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

border-color css

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

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

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