#403B2F

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

Shades of Birch #403B2F

Tints of Birch #403B2F

Color information

#403B2F (or 0x403B2F) is unknown color: approx Birch. HEX triplet: 40, 3B and 2F. RGB value is (64,59,47). Sum of RGB (Red+Green+Blue) = 64+59+47=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B2F is #BFC4D0. Grayscale: #3B3B3B. Windows color (decimal): -12567761 or 3095360. OLE color: 3095360.

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

Color convert

RGB645947-
CMYK00.080.270.75
HSL42.35º15.32%21.76%-
HSV(B)42.35º26.56%25.1%-
XYZ4.194.423.32-
YUV59.13121.16131.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=37.65%
G=34.71%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64594700.080.270.7542.3515.3221.76
Hex403B2F081B4B2af16
Octal100735701033113521726
Binary100000011101110111101000110111001011101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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