Html Css Color HEX #473940 Barossa

📋 copy color: '#473940'

red 71 ◦ green 57 ◦ blue 64

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

Shades of Barossa #473940

Tints of Barossa #473940

RGB

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

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

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

R = 36.98%
G = 29.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473940 (or 0x473940) is known color: Barossa. HEX triplet: 47, 39 and 40. RGB value is (71,57,64). Sum of RGB (Red+Green+Blue) = 71+57+64=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473940 is #B8C6BF. Grayscale: #3D3D3D. Windows color (decimal): -12109504 or 4208967. OLE color: 4208967.

HSL color Cylindrical-coordinate representation of color #473940: hue angle of 330º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #473940 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 64 -
CMYK 0 0.20 0.10 0.72
HSL 330º 0.11% 0.25% -
HSV(B) 330º 0.2% 0.28% -
XYZ 4.99 4.64 5.48 -
YUV 61.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 71 57 64 0 0.20 0.10 0.72 330 0.11 0.25
Hex 47 39 40 0 14 A 48 14A B 19
Octal 107 71 100 0 24 12 110 512 13 31
Binary 1000111 111001 1000000 0 10100 1010 1001000 101001010 1011 11001

Color Harmonies of #473940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473940

Black with #473940

Text Example


Text Example

White with #473940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473940; }

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

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

background-color css

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

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

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

border-color css

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

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

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