#403439

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

Shades of Barossa #403439

Tints of Barossa #403439

Color information

#403439 (or 0x403439) is unknown color: approx Barossa. HEX triplet: 40, 34 and 39. RGB value is (64,52,57). Sum of RGB (Red+Green+Blue) = 64+52+57=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403439 is #BFCBC6. Grayscale: #383838. Windows color (decimal): -12569543 or 3748928. OLE color: 3748928.

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

Color convert

RGB645257-
CMYK00.190.110.75
HSL335º10.34%22.75%-
HSV(B)335º18.75%25.1%-
XYZ4.083.844.4-
YUV56.16128.48133.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=36.99%
G=30.06%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64525700.190.110.7533510.3422.75
Hex403439013B4B14fa17
Octal1006471023131135171227
Binary100000011010011100101001110111001011101001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403439; }

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

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

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

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

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

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

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

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