#403136

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

Shades of Barossa #403136

Tints of Barossa #403136

Color information

#403136 (or 0x403136) is unknown color: approx Barossa. HEX triplet: 40, 31 and 36. RGB value is (64,49,54). Sum of RGB (Red+Green+Blue) = 64+49+54=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403136 is #BFCEC9. Grayscale: #363636. Windows color (decimal): -12570314 or 3551552. OLE color: 3551552.

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

Color convert

RGB644954-
CMYK00.230.160.75
HSL340º13.27%22.16%-
HSV(B)340º23.44%25.1%-
XYZ3.883.553.97-
YUV54.06127.97135.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=38.32%
G=29.34%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64495400.230.160.7534013.2722.16
Hex403136017104B154d16
Octal1006166027201135241526
Binary1000000110001110110010111100001001011101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403136; }

 p { color: rgb(64,49,54); }

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

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

 a { background-color: rgb(64,49,54); }

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

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

 span { border-color: rgb(64,49,54); }

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