#403539

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

Shades of Barossa #403539

Tints of Barossa #403539

Color information

#403539 (or 0x403539) is unknown color: approx Barossa. HEX triplet: 40, 35 and 39. RGB value is (64,53,57). Sum of RGB (Red+Green+Blue) = 64+53+57=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403539 is #BFCAC6. Grayscale: #383838. Windows color (decimal): -12569287 or 3749184. OLE color: 3749184.

HSL color Cylindrical-coordinate representation of color #403539: hue angle of 338.18º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403539 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB645357-
CMYK00.170.110.75
HSL338.18º9.4%22.94%-
HSV(B)338.18º17.19%25.1%-
XYZ4.133.934.41-
YUV56.74128.14133.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=36.78%
G=30.46%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64535700.170.110.75338.189.422.94
Hex403539011B4B152917
Octal1006571021131135221127
Binary100000011010111100101000110111001011101010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403539; }

 p { color: rgb(64,53,57); }

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

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

 a { background-color: rgb(64,53,57); }

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

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

 span { border-color: rgb(64,53,57); }

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