#402D37

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

Shades of Barossa #402D37

Tints of Barossa #402D37

Color information

#402D37 (or 0x402D37) is unknown color: approx Barossa. HEX triplet: 40, 2D and 37. RGB value is (64,45,55). Sum of RGB (Red+Green+Blue) = 64+45+55=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #402D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D37 is #BFD2C8. Grayscale: #333333. Windows color (decimal): -12571337 or 3616064. OLE color: 3616064.

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

Color convert

RGB644555-
CMYK00.300.140.75
HSL328.42º17.43%21.37%-
HSV(B)328.42º29.69%25.1%-
XYZ3.743.244.04-
YUV51.82129.79136.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=39.02%
G=27.44%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64455500.300.140.75328.4217.4321.37
Hex402D3701EE4B1481115
Octal1005567036161135102125
Binary1000000101101110111011110111010010111010010001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D37; }

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

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

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

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

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

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

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

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