Html Css Color HEX #473C40 Barossa

📋 copy color: '#473C40'

red 71 ◦ green 60 ◦ blue 64

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

Shades of Barossa #473C40

Tints of Barossa #473C40

RGB

 RED value IS 71 (28.13% from 255) = 36.41%

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 36.41%
G = 30.77%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473C40 (or 0x473C40) is known color: Barossa. HEX triplet: 47, 3C and 40. RGB value is (71,60,64). Sum of RGB (Red+Green+Blue) = 71+60+64=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C40 is #B8C3BF. Grayscale: #3F3F3F. Windows color (decimal): -12108736 or 4209735. OLE color: 4209735.

HSL color Cylindrical-coordinate representation of color #473C40: hue angle of 338.18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473C40 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 60 64 -
CMYK 0 0.15 0.10 0.72
HSL 338.18º 0.08% 0.26% -
HSV(B) 338.18º 0.15% 0.28% -
XYZ 5.14 4.94 5.53 -
YUV 63.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 71 60 64 0 0.15 0.10 0.72 338.18 0.08 0.26
Hex 47 3C 40 0 F A 48 152 8 1A
Octal 107 74 100 0 17 12 110 522 10 32
Binary 1000111 111100 1000000 0 1111 1010 1001000 101010010 1000 11010

Color Harmonies of #473C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C40

Black with #473C40

Text Example


Text Example

White with #473C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C40; }

 p { color: rgb(71,60,64); }

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

background-color css

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

 a { background-color: rgb(71,60,64); }

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

border-color css

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

 span { border-color: rgb(71,60,64); }

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