#47363E

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

Shades of Barossa #47363E

Tints of Barossa #47363E

Color information

#47363E (or 0x47363E) is unknown color: approx Barossa. HEX triplet: 47, 36 and 3E. RGB value is (71,54,62). Sum of RGB (Red+Green+Blue) = 71+54+62=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47363E is #B8C9C1. Grayscale: #3B3B3B. Windows color (decimal): -12110274 or 4077127. OLE color: 4077127.

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

Color convert

RGB715462-
CMYK00.240.130.72
HSL331.76º13.6%24.51%-
HSV(B)331.76º23.94%27.84%-
XYZ4.794.335.14-
YUV59.99129.13135.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=37.97%
G=28.88%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71546200.240.130.72331.7613.624.51
Hex47363E018D4814ce19
Octal1076676030151105141631
Binary100011111011011111001100011011001000101001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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