Html Css Color HEX #493136 Cab Sav

📋 copy color: '#493136'

red 73 ◦ green 49 ◦ blue 54

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

Shades of Cab Sav #493136

Tints of Cab Sav #493136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.84%

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 41.48%
G = 27.84%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#493136 (or 0x493136) is known color: Cab Sav. HEX triplet: 49, 31 and 36. RGB value is (73,49,54). Sum of RGB (Red+Green+Blue) = 73+49+54=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493136 is #B6CEC9. Grayscale: #383838. Windows color (decimal): -11980490 or 3551561. OLE color: 3551561.

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

Color convert

RGB 73 49 54 -
CMYK 0 0.33 0.26 0.71
HSL 347.5º 0.2% 0.24% -
HSV(B) 347.5º 0.33% 0.29% -
XYZ 4.51 3.88 4 -
YUV 56.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 73 49 54 0 0.33 0.26 0.71 347.5 0.2 0.24
Hex 49 31 36 0 21 1A 47 15C 14 18
Octal 111 61 66 0 41 32 107 534 24 30
Binary 1001001 110001 110110 0 100001 11010 1000111 101011100 10100 11000

Color Harmonies of #493136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493136

Black with #493136

Text Example


Text Example

White with #493136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493136; }

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

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

background-color css

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

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

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

border-color css

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

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

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