#473D42

Color #473D42 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #473D42

Tints of Barossa #473D42

Color information

#473D42 (or 0x473D42) is unknown color: approx Barossa. HEX triplet: 47, 3D and 42. RGB value is (71,61,66). Sum of RGB (Red+Green+Blue) = 71+61+66=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D42 is #B8C2BD. Grayscale: #404040. Windows color (decimal): -12108478 or 4341063. OLE color: 4341063.

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

Color convert

RGB716166-
CMYK00.140.070.72
HSL330º7.58%25.88%-
HSV(B)330º14.08%27.84%-
XYZ5.255.075.86-
YUV64.56128.81132.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=35.86%
G=30.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71616600.140.070.723307.5825.88
Hex473D420E74814a81a
Octal1077510201671105121032
Binary10001111111011000010011101111001000101001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #473D42;
 }
 .AnyTagClassName
 {
   color: #473D42;
 }
</style>
background-color css

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

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

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

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

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

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