#47373E

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

Shades of Barossa #47373E

Tints of Barossa #47373E

Color information

#47373E (or 0x47373E) is unknown color: approx Barossa. HEX triplet: 47, 37 and 3E. RGB value is (71,55,62). Sum of RGB (Red+Green+Blue) = 71+55+62=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47373E is #B8C8C1. Grayscale: #3C3C3C. Windows color (decimal): -12110018 or 4077383. OLE color: 4077383.

HSL color Cylindrical-coordinate representation of color #47373E: hue angle of 333.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47373E is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB715562-
CMYK00.230.130.72
HSL333.75º12.7%24.71%-
HSV(B)333.75º22.54%27.84%-
XYZ4.834.425.16-
YUV60.58128.8135.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=37.77%
G=29.26%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71556200.230.130.72333.7512.724.71
Hex47373E017D4814ed19
Octal1076776027151105161531
Binary100011111011111111001011111011001000101001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47373E; }

 p { color: rgb(71,55,62); }

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

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

 a { background-color: rgb(71,55,62); }

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

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

 span { border-color: rgb(71,55,62); }

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