Html Css Color HEX #492B32 Cab Sav

📋 copy color: '#492B32'

red 73 ◦ green 43 ◦ blue 50

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

Shades of Cab Sav #492B32

Tints of Cab Sav #492B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

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

R = 43.98%
G = 25.9%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492B32 (or 0x492B32) is known color: Cab Sav. HEX triplet: 49, 2B and 32. RGB value is (73,43,50). Sum of RGB (Red+Green+Blue) = 73+43+50=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #492B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B32 is #B6D4CD. Grayscale: #343434. Windows color (decimal): -11982030 or 3287881. OLE color: 3287881.

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

Color convert

RGB 73 43 50 -
CMYK 0 0.41 0.32 0.71
HSL 346º 0.26% 0.23% -
HSV(B) 346º 0.41% 0.29% -
XYZ 4.19 3.37 3.45 -
YUV 52.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 73 43 50 0 0.41 0.32 0.71 346 0.26 0.23
Hex 49 2B 32 0 29 20 47 15A 1A 17
Octal 111 53 62 0 51 40 107 532 32 27
Binary 1001001 101011 110010 0 101001 100000 1000111 101011010 11010 10111

Color Harmonies of #492B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B32

Black with #492B32

Text Example


Text Example

White with #492B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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