#403037

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

Shades of Barossa #403037

Tints of Barossa #403037

Color information

#403037 (or 0x403037) is unknown color: approx Barossa. HEX triplet: 40, 30 and 37. RGB value is (64,48,55). Sum of RGB (Red+Green+Blue) = 64+48+55=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403037 is #BFCFC8. Grayscale: #353535. Windows color (decimal): -12570569 or 3616832. OLE color: 3616832.

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

Color convert

RGB644855-
CMYK00.250.140.75
HSL333.75º14.29%21.96%-
HSV(B)333.75º25%25.1%-
XYZ3.863.484.08-
YUV53.58128.8135.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=38.32%
G=28.74%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64485500.250.140.75333.7514.2921.96
Hex403037019E4B14ee16
Octal1006067031161135161626
Binary100000011000011011101100111101001011101001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403037; }

 p { color: rgb(64,48,55); }

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

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

 a { background-color: rgb(64,48,55); }

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

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

 span { border-color: rgb(64,48,55); }

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