Html Css Color HEX #493332 Cowboy

📋 copy color: '#493332'

red 73 ◦ green 51 ◦ blue 50

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

Shades of Cowboy #493332

Tints of Cowboy #493332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 41.95%
G = 29.31%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#493332 (or 0x493332) is known color: Cowboy. HEX triplet: 49, 33 and 32. RGB value is (73,51,50). Sum of RGB (Red+Green+Blue) = 73+51+50=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493332 is #B6CCCD. Grayscale: #393939. Windows color (decimal): -11979982 or 3289929. OLE color: 3289929.

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

Color convert

RGB 73 51 50 -
CMYK 0 0.30 0.32 0.71
HSL 2.61º 0.19% 0.24% -
HSV(B) 2.61º 0.32% 0.29% -
XYZ 4.51 4.01 3.55 -
YUV 57.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 73 51 50 0 0.30 0.32 0.71 2.61 0.19 0.24
Hex 49 33 32 0 1E 20 47 3 13 18
Octal 111 63 62 0 36 40 107 3 23 30
Binary 1001001 110011 110010 0 11110 100000 1000111 11 10011 11000

Color Harmonies of #493332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493332

Black with #493332

Text Example


Text Example

White with #493332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493332; }

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

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

background-color css

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

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

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

border-color css

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

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

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