Html Css Color HEX #493338 Cab Sav

📋 copy color: '#493338'

red 73 ◦ green 51 ◦ blue 56

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

Shades of Cab Sav #493338

Tints of Cab Sav #493338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

 BLUE value IS 56 (22.27% from 255) = 31.11%

R = 40.56%
G = 28.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#493338 (or 0x493338) is known color: Cab Sav. HEX triplet: 49, 33 and 38. RGB value is (73,51,56). Sum of RGB (Red+Green+Blue) = 73+51+56=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #493338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493338 is #B6CCC7. Grayscale: #3A3A3A. Windows color (decimal): -11979976 or 3683145. OLE color: 3683145.

HSL color Cylindrical-coordinate representation of color #493338: hue angle of 346.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493338 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 56 -
CMYK 0 0.30 0.23 0.71
HSL 346.36º 0.18% 0.24% -
HSV(B) 346.36º 0.3% 0.29% -
XYZ 4.65 4.07 4.28 -
YUV 58.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 73 51 56 0 0.30 0.23 0.71 346.36 0.18 0.24
Hex 49 33 38 0 1E 17 47 15A 12 18
Octal 111 63 70 0 36 27 107 532 22 30
Binary 1001001 110011 111000 0 11110 10111 1000111 101011010 10010 11000

Color Harmonies of #493338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493338

Black with #493338

Text Example


Text Example

White with #493338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493338; }

 p { color: rgb(73,51,56); }

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

background-color css

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

 a { background-color: rgb(73,51,56); }

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

border-color css

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

 span { border-color: rgb(73,51,56); }

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