#403338

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

Shades of Barossa #403338

Tints of Barossa #403338

Color information

#403338 (or 0x403338) is unknown color: approx Barossa. HEX triplet: 40, 33 and 38. RGB value is (64,51,56). Sum of RGB (Red+Green+Blue) = 64+51+56=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403338 is #BFCCC7. Grayscale: #373737. Windows color (decimal): -12569800 or 3683136. OLE color: 3683136.

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

Color convert

RGB645156-
CMYK00.200.130.75
HSL336.92º11.3%22.55%-
HSV(B)336.92º20.31%25.1%-
XYZ4.013.744.25-
YUV55.46128.31134.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=37.43%
G=29.82%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64515600.200.130.75336.9211.322.55
Hex403338014D4B151b17
Octal1006370024151135211327
Binary100000011001111100001010011011001011101010001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403338; }

 p { color: rgb(64,51,56); }

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

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

 a { background-color: rgb(64,51,56); }

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

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

 span { border-color: rgb(64,51,56); }

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