#403A27

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

Shades of Birch #403A27

Tints of Birch #403A27

Color information

#403A27 (or 0x403A27) is unknown color: approx Birch. HEX triplet: 40, 3A and 27. RGB value is (64,58,39). Sum of RGB (Red+Green+Blue) = 64+58+39=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A27 is #BFC5D8. Grayscale: #393939. Windows color (decimal): -12568025 or 2570816. OLE color: 2570816.

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

Color convert

RGB645839-
CMYK00.090.390.75
HSL45.6º24.27%20.2%-
HSV(B)45.6º39.06%25.1%-
XYZ3.994.262.53-
YUV57.63117.49132.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=39.75%
G=36.02%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583900.090.390.7545.624.2720.2
Hex403A2709274B2e1814
Octal100724701147113563024
Binary10000001110101001110100110011110010111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,39); }

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

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

 a { background-color: rgb(64,58,39); }

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

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

 span { border-color: rgb(64,58,39); }

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