Html Css Color HEX #492C32 Cab Sav

📋 copy color: '#492C32'

red 73 ◦ green 44 ◦ blue 50

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

Shades of Cab Sav #492C32

Tints of Cab Sav #492C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

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

R = 43.71%
G = 26.35%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492C32 (or 0x492C32) is known color: Cab Sav. HEX triplet: 49, 2C and 32. RGB value is (73,44,50). Sum of RGB (Red+Green+Blue) = 73+44+50=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C32 is #B6D3CD. Grayscale: #353535. Windows color (decimal): -11981774 or 3288137. OLE color: 3288137.

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

Color convert

RGB 73 44 50 -
CMYK 0 0.40 0.32 0.71
HSL 347.59º 0.25% 0.23% -
HSV(B) 347.59º 0.4% 0.29% -
XYZ 4.22 3.45 3.46 -
YUV 53.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 73 44 50 0 0.40 0.32 0.71 347.59 0.25 0.23
Hex 49 2C 32 0 28 20 47 15C 19 17
Octal 111 54 62 0 50 40 107 534 31 27
Binary 1001001 101100 110010 0 101000 100000 1000111 101011100 11001 10111

Color Harmonies of #492C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C32

Black with #492C32

Text Example


Text Example

White with #492C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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