#403B3E

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

Shades of Barossa #403B3E

Tints of Barossa #403B3E

Color information

#403B3E (or 0x403B3E) is unknown color: approx Barossa. HEX triplet: 40, 3B and 3E. RGB value is (64,59,62). Sum of RGB (Red+Green+Blue) = 64+59+62=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3E is #BFC4C1. Grayscale: #3C3C3C. Windows color (decimal): -12567746 or 4078400. OLE color: 4078400.

HSL color Cylindrical-coordinate representation of color #403B3E: hue angle of 324º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #403B3E is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB645962-
CMYK00.080.030.75
HSL324º4.07%24.12%-
HSV(B)324º7.81%25.1%-
XYZ4.554.575.2-
YUV60.84128.66130.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=34.59%
G=31.89%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64596200.080.030.753244.0724.12
Hex403B3E0834B144418
Octal10073760103113504430
Binary10000001110111111100100011100101110100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B3E; }

 p { color: rgb(64,59,62); }

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

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

 a { background-color: rgb(64,59,62); }

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

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

 span { border-color: rgb(64,59,62); }

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