#403237

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

Shades of Barossa #403237

Tints of Barossa #403237

Color information

#403237 (or 0x403237) is unknown color: approx Barossa. HEX triplet: 40, 32 and 37. RGB value is (64,50,55). Sum of RGB (Red+Green+Blue) = 64+50+55=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403237 is #BFCDC8. Grayscale: #363636. Windows color (decimal): -12570057 or 3617344. OLE color: 3617344.

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

Color convert

RGB645055-
CMYK00.220.140.75
HSL338.57º12.28%22.35%-
HSV(B)338.57º21.88%25.1%-
XYZ3.943.654.11-
YUV54.76128.14134.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=37.87%
G=29.59%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64505500.220.140.75338.5712.2822.35
Hex403237016E4B153c16
Octal1006267026161135231426
Binary100000011001011011101011011101001011101010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403237; }

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

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

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

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

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

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

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

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