#472B36

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

Shades of Barossa #472B36

Tints of Barossa #472B36

Color information

#472B36 (or 0x472B36) is unknown color: approx Barossa. HEX triplet: 47, 2B and 36. RGB value is (71,43,54). Sum of RGB (Red+Green+Blue) = 71+43+54=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B36 is #B8D4C9. Grayscale: #343434. Windows color (decimal): -12113098 or 3550023. OLE color: 3550023.

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

Color convert

RGB714354-
CMYK00.390.240.72
HSL336.43º24.56%22.35%-
HSV(B)336.43º39.44%27.84%-
XYZ4.133.333.92-
YUV52.63128.78141.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=42.26%
G=25.60%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71435400.390.240.72336.4324.5622.35
Hex472B3602718481501916
Octal1075366047301105203126
Binary100011110101111011001001111100010010001010100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472B36; }

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

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

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

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

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

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

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

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