#403A26

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

Shades of Birch #403A26

Tints of Birch #403A26

Color information

#403A26 (or 0x403A26) is unknown color: approx Birch. HEX triplet: 40, 3A and 26. RGB value is (64,58,38). Sum of RGB (Red+Green+Blue) = 64+58+38=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A26 is #BFC5D9. Grayscale: #393939. Windows color (decimal): -12568026 or 2505280. OLE color: 2505280.

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

Color convert

RGB645838-
CMYK00.090.410.75
HSL46.15º25.49%20%-
HSV(B)46.15º40.62%25.1%-
XYZ3.984.262.45-
YUV57.51116.99132.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=40%
G=36.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583800.090.410.7546.1525.4920
Hex403A2609294B2e1914
Octal100724601151113563124
Binary10000001110101001100100110100110010111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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