Html Css Color HEX #473F42 Barossa

📋 copy color: '#473F42'

red 71 ◦ green 63 ◦ blue 66

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

Shades of Barossa #473F42

Tints of Barossa #473F42

RGB

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

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

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

R = 35.5%
G = 31.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473F42 (or 0x473F42) is known color: Barossa. HEX triplet: 47, 3F and 42. RGB value is (71,63,66). Sum of RGB (Red+Green+Blue) = 71+63+66=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 71 - color contains mainly: red. Hex color #473F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F42 is #B8C0BD. Grayscale: #414141. Windows color (decimal): -12107966 or 4341575. OLE color: 4341575.

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

Color convert

RGB 71 63 66 -
CMYK 0 0.11 0.07 0.72
HSL 337.5º 0.06% 0.26% -
HSV(B) 337.5º 0.11% 0.28% -
XYZ 5.36 5.29 5.89 -
YUV 65.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 71 63 66 0 0.11 0.07 0.72 337.5 0.06 0.26
Hex 47 3F 42 0 B 7 48 152 6 1A
Octal 107 77 102 0 13 7 110 522 6 32
Binary 1000111 111111 1000010 0 1011 111 1001000 101010010 110 11010

Color Harmonies of #473F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F42

Black with #473F42

Text Example


Text Example

White with #473F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,66); }

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

background-color css

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

 a { background-color: rgb(71,63,66); }

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

border-color css

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

 span { border-color: rgb(71,63,66); }

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