Html Css Color HEX #493942 Barossa

📋 copy color: '#493942'

red 73 ◦ green 57 ◦ blue 66

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

Shades of Barossa #493942

Tints of Barossa #493942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 37.24%
G = 29.08%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493942 (or 0x493942) is known color: Barossa. HEX triplet: 49, 39 and 42. RGB value is (73,57,66). Sum of RGB (Red+Green+Blue) = 73+57+66=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493942 is #B6C6BD. Grayscale: #3E3E3E. Windows color (decimal): -11978430 or 4340041. OLE color: 4340041.

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

Color convert

RGB 73 57 66 -
CMYK 0 0.22 0.10 0.71
HSL 326.25º 0.12% 0.25% -
HSV(B) 326.25º 0.22% 0.29% -
XYZ 5.19 4.74 5.79 -
YUV 62.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 73 57 66 0 0.22 0.10 0.71 326.25 0.12 0.25
Hex 49 39 42 0 16 A 47 146 C 19
Octal 111 71 102 0 26 12 107 506 14 31
Binary 1001001 111001 1000010 0 10110 1010 1000111 101000110 1100 11001

Color Harmonies of #493942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493942

Black with #493942

Text Example


Text Example

White with #493942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493942; }

 p { color: rgb(73,57,66); }

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

background-color css

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

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

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

border-color css

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

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

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