Html Css Color HEX #492E31 Cab Sav

📋 copy color: '#492E31'

red 73 ◦ green 46 ◦ blue 49

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

Shades of Cab Sav #492E31

Tints of Cab Sav #492E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

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

R = 43.45%
G = 27.38%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#492E31 (or 0x492E31) is known color: Cab Sav. HEX triplet: 49, 2E and 31. RGB value is (73,46,49). Sum of RGB (Red+Green+Blue) = 73+46+49=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #492E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E31 is #B6D1CE. Grayscale: #363636. Windows color (decimal): -11981263 or 3223113. OLE color: 3223113.

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

Color convert

RGB 73 46 49 -
CMYK 0 0.37 0.33 0.71
HSL 353.33º 0.23% 0.23% -
HSV(B) 353.33º 0.37% 0.29% -
XYZ 4.28 3.59 3.37 -
YUV 54.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 73 46 49 0 0.37 0.33 0.71 353.33 0.23 0.23
Hex 49 2E 31 0 25 21 47 161 17 17
Octal 111 56 61 0 45 41 107 541 27 27
Binary 1001001 101110 110001 0 100101 100001 1000111 101100001 10111 10111

Color Harmonies of #492E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E31

Black with #492E31

Text Example


Text Example

White with #492E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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