#403B31

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

Shades of Birch #403B31

Tints of Birch #403B31

Color information

#403B31 (or 0x403B31) is unknown color: approx Birch. HEX triplet: 40, 3B and 31. RGB value is (64,59,49). Sum of RGB (Red+Green+Blue) = 64+59+49=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B31 is #BFC4CE. Grayscale: #3B3B3B. Windows color (decimal): -12567759 or 3226432. OLE color: 3226432.

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

Color convert

RGB645949-
CMYK00.080.230.75
HSL40º13.27%22.16%-
HSV(B)40º23.44%25.1%-
XYZ4.234.443.54-
YUV59.35122.16131.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=37.21%
G=34.30%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64594900.080.230.754013.2722.16
Hex403B3108174B28d16
Octal100736101027113501526
Binary100000011101111000101000101111001011101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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