Html Css Color HEX #493131 Cowboy

📋 copy color: '#493131'

red 73 ◦ green 49 ◦ blue 49

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

Shades of Cowboy #493131

Tints of Cowboy #493131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 42.69%
G = 28.65%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493131 (or 0x493131) is known color: Cowboy. HEX triplet: 49, 31 and 31. RGB value is (73,49,49). Sum of RGB (Red+Green+Blue) = 73+49+49=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493131 is #B6CECE. Grayscale: #383838. Windows color (decimal): -11980495 or 3223881. OLE color: 3223881.

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

Color convert

RGB 73 49 49 -
CMYK 0 0.33 0.33 0.71
HSL 0.2% 0.24% -
HSV(B) 0.33% 0.29% -
XYZ 4.4 3.83 3.41 -
YUV 56.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 73 49 49 0 0.33 0.33 0.71 0 0.2 0.24
Hex 49 31 31 0 21 21 47 0 14 18
Octal 111 61 61 0 41 41 107 0 24 30
Binary 1001001 110001 110001 0 100001 100001 1000111 0 10100 11000

Color Harmonies of #493131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493131

Black with #493131

Text Example


Text Example

White with #493131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493131; }

 p { color: rgb(73,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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