Html Css Color HEX #493033 Cab Sav

📋 copy color: '#493033'

red 73 ◦ green 48 ◦ blue 51

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

Shades of Cab Sav #493033

Tints of Cab Sav #493033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 42.44%
G = 27.91%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#493033 (or 0x493033) is known color: Cab Sav. HEX triplet: 49, 30 and 33. RGB value is (73,48,51). Sum of RGB (Red+Green+Blue) = 73+48+51=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493033 is #B6CFCC. Grayscale: #373737. Windows color (decimal): -11980749 or 3354697. OLE color: 3354697.

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

Color convert

RGB 73 48 51 -
CMYK 0 0.34 0.30 0.71
HSL 352.8º 0.21% 0.24% -
HSV(B) 352.8º 0.34% 0.29% -
XYZ 4.4 3.77 3.63 -
YUV 55.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 73 48 51 0 0.34 0.30 0.71 352.8 0.21 0.24
Hex 49 30 33 0 22 1E 47 161 15 18
Octal 111 60 63 0 42 36 107 541 25 30
Binary 1001001 110000 110011 0 100010 11110 1000111 101100001 10101 11000

Color Harmonies of #493033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493033

Black with #493033

Text Example


Text Example

White with #493033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493033; }

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

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

background-color css

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

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

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

border-color css

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

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

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