Html Css Color HEX #49272E Cab Sav

📋 copy color: '#49272E'

red 73 ◦ green 39 ◦ blue 46

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

Shades of Cab Sav #49272E

Tints of Cab Sav #49272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 46.2%
G = 24.68%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49272E (or 0x49272E) is known color: Cab Sav. HEX triplet: 49, 27 and 2E. RGB value is (73,39,46). Sum of RGB (Red+Green+Blue) = 73+39+46=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272E is #B6D8D1. Grayscale: #313131. Windows color (decimal): -11983058 or 3024713. OLE color: 3024713.

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

Color convert

RGB 73 39 46 -
CMYK 0 0.47 0.37 0.71
HSL 347.65º 0.3% 0.22% -
HSV(B) 347.65º 0.47% 0.29% -
XYZ 3.97 3.06 2.97 -
YUV 49.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 73 39 46 0 0.47 0.37 0.71 347.65 0.3 0.22
Hex 49 27 2E 0 2F 25 47 15C 1E 16
Octal 111 47 56 0 57 45 107 534 36 26
Binary 1001001 100111 101110 0 101111 100101 1000111 101011100 11110 10110

Color Harmonies of #49272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49272E

Black with #49272E

Text Example


Text Example

White with #49272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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