#472635

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

Shades of Barossa #472635

Tints of Barossa #472635

Color information

#472635 (or 0x472635) is unknown color: approx Barossa. HEX triplet: 47, 26 and 35. RGB value is (71,38,53). Sum of RGB (Red+Green+Blue) = 71+38+53=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472635 is #B8D9CA. Grayscale: #313131. Windows color (decimal): -12114379 or 3483207. OLE color: 3483207.

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

Color convert

RGB713853-
CMYK00.460.250.72
HSL332.73º30.28%21.37%-
HSV(B)332.73º46.48%27.84%-
XYZ3.932.983.74-
YUV49.58129.93143.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=43.83%
G=23.46%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71385300.460.250.72332.7330.2821.37
Hex47263502E194814d1e15
Octal1074665056311105153625
Binary100011110011011010101011101100110010001010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472635; }

 p { color: rgb(71,38,53); }

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

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

 a { background-color: rgb(71,38,53); }

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

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

 span { border-color: rgb(71,38,53); }

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