Html Css Color HEX #492B31 Cab Sav

📋 copy color: '#492B31'

red 73 ◦ green 43 ◦ blue 49

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

Shades of Cab Sav #492B31

Tints of Cab Sav #492B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 44.24%
G = 26.06%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#492B31 (or 0x492B31) is known color: Cab Sav. HEX triplet: 49, 2B and 31. RGB value is (73,43,49). Sum of RGB (Red+Green+Blue) = 73+43+49=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #492B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B31 is #B6D4CE. Grayscale: #343434. Windows color (decimal): -11982031 or 3222345. OLE color: 3222345.

HSL color Cylindrical-coordinate representation of color #492B31: hue angle of 348º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B31 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 49 -
CMYK 0 0.41 0.33 0.71
HSL 348º 0.26% 0.23% -
HSV(B) 348º 0.41% 0.29% -
XYZ 4.17 3.37 3.34 -
YUV 52.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 73 43 49 0 0.41 0.33 0.71 348 0.26 0.23
Hex 49 2B 31 0 29 21 47 15C 1A 17
Octal 111 53 61 0 51 41 107 534 32 27
Binary 1001001 101011 110001 0 101001 100001 1000111 101011100 11010 10111

Color Harmonies of #492B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B31

Black with #492B31

Text Example


Text Example

White with #492B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B31; }

 p { color: rgb(73,43,49); }

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

background-color css

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

 a { background-color: rgb(73,43,49); }

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

border-color css

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

 span { border-color: rgb(73,43,49); }

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