Html Css Color HEX #49282F Cab Sav

📋 copy color: '#49282F'

red 73 ◦ green 40 ◦ blue 47

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

Shades of Cab Sav #49282F

Tints of Cab Sav #49282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 45.63%
G = 25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49282F (or 0x49282F) is known color: Cab Sav. HEX triplet: 49, 28 and 2F. RGB value is (73,40,47). Sum of RGB (Red+Green+Blue) = 73+40+47=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49282F is #B6D7D0. Grayscale: #323232. Windows color (decimal): -11982801 or 3090505. OLE color: 3090505.

HSL color Cylindrical-coordinate representation of color #49282F: hue angle of 347.27º 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 #49282F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 47 -
CMYK 0 0.45 0.36 0.71
HSL 347.27º 0.29% 0.22% -
HSV(B) 347.27º 0.45% 0.29% -
XYZ 4.02 3.14 3.08 -
YUV 50.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 73 40 47 0 0.45 0.36 0.71 347.27 0.29 0.22
Hex 49 28 2F 0 2D 24 47 15B 1D 16
Octal 111 50 57 0 55 44 107 533 35 26
Binary 1001001 101000 101111 0 101101 100100 1000111 101011011 11101 10110

Color Harmonies of #49282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49282F

Black with #49282F

Text Example


Text Example

White with #49282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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