Html Css Color HEX #492D32 Cab Sav

📋 copy color: '#492D32'

red 73 ◦ green 45 ◦ blue 50

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

Shades of Cab Sav #492D32

Tints of Cab Sav #492D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.79%

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 43.45%
G = 26.79%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492D32 (or 0x492D32) is known color: Cab Sav. HEX triplet: 49, 2D and 32. RGB value is (73,45,50). Sum of RGB (Red+Green+Blue) = 73+45+50=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #492D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D32 is #B6D2CD. Grayscale: #353535. Windows color (decimal): -11981518 or 3288393. OLE color: 3288393.

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

Color convert

RGB 73 45 50 -
CMYK 0 0.38 0.32 0.71
HSL 349.29º 0.24% 0.23% -
HSV(B) 349.29º 0.38% 0.29% -
XYZ 4.26 3.52 3.47 -
YUV 53.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 73 45 50 0 0.38 0.32 0.71 349.29 0.24 0.23
Hex 49 2D 32 0 26 20 47 15D 18 17
Octal 111 55 62 0 46 40 107 535 30 27
Binary 1001001 101101 110010 0 100110 100000 1000111 101011101 11000 10111

Color Harmonies of #492D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D32

Black with #492D32

Text Example


Text Example

White with #492D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,50); }

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

background-color css

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

 a { background-color: rgb(73,45,50); }

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

border-color css

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

 span { border-color: rgb(73,45,50); }

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