Html Css Color HEX #493F43 Barossa

📋 copy color: '#493F43'

red 73 ◦ green 63 ◦ blue 67

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

Shades of Barossa #493F43

Tints of Barossa #493F43

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 35.96%
G = 31.03%
B = 33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#493F43 (or 0x493F43) is known color: Barossa. HEX triplet: 49, 3F and 43. RGB value is (73,63,67). Sum of RGB (Red+Green+Blue) = 73+63+67=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #493F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F43 is #B6C0BC. Grayscale: #424242. Windows color (decimal): -11976893 or 4407113. OLE color: 4407113.

HSL color Cylindrical-coordinate representation of color #493F43: hue angle of 336º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #493F43 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 67 -
CMYK 0 0.14 0.08 0.71
HSL 336º 0.07% 0.27% -
HSV(B) 336º 0.14% 0.29% -
XYZ 5.54 5.38 6.06 -
YUV 66.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 73 63 67 0 0.14 0.08 0.71 336 0.07 0.27
Hex 49 3F 43 0 E 8 47 150 7 1B
Octal 111 77 103 0 16 10 107 520 7 33
Binary 1001001 111111 1000011 0 1110 1000 1000111 101010000 111 11011

Color Harmonies of #493F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F43

Black with #493F43

Text Example


Text Example

White with #493F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F43; }

 p { color: rgb(73,63,67); }

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

background-color css

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

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

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

border-color css

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

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

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