Html Css Color HEX #49292E Cab Sav

📋 copy color: '#49292E'

red 73 ◦ green 41 ◦ blue 46

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

Shades of Cab Sav #49292E

Tints of Cab Sav #49292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.75%

R = 45.63%
G = 25.63%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49292E (or 0x49292E) is known color: Cab Sav. HEX triplet: 49, 29 and 2E. RGB value is (73,41,46). Sum of RGB (Red+Green+Blue) = 73+41+46=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49292E is #B6D6D1. Grayscale: #333333. Windows color (decimal): -11982546 or 3025225. OLE color: 3025225.

HSL color Cylindrical-coordinate representation of color #49292E: hue angle of 350.62º 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 #49292E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 41 46 -
CMYK 0 0.44 0.37 0.71
HSL 350.63º 0.28% 0.22% -
HSV(B) 350.63º 0.44% 0.29% -
XYZ 4.03 3.2 2.99 -
YUV 51.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 73 41 46 0 0.44 0.37 0.71 350.63 0.28 0.22
Hex 49 29 2E 0 2C 25 47 15F 1C 16
Octal 111 51 56 0 54 45 107 537 34 26
Binary 1001001 101001 101110 0 101100 100101 1000111 101011111 11100 10110

Color Harmonies of #49292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49292E

Black with #49292E

Text Example


Text Example

White with #49292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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