#403625

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

Shades of Birch #403625

Tints of Birch #403625

Color information

#403625 (or 0x403625) is unknown color: approx Birch. HEX triplet: 40, 36 and 25. RGB value is (64,54,37). Sum of RGB (Red+Green+Blue) = 64+54+37=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403625 is #BFC9DA. Grayscale: #373737. Windows color (decimal): -12569051 or 2438720. OLE color: 2438720.

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

Color convert

RGB645437-
CMYK00.160.420.75
HSL37.78º26.73%19.8%-
HSV(B)37.78º42.19%25.1%-
XYZ3.773.862.3-
YUV55.05117.81134.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=41.29%
G=34.84%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64543700.160.420.7537.7826.7319.8
Hex4036250102A4B261b14
Octal100664502052113463324
Binary100000011011010010101000010101010010111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403625; }

 p { color: rgb(64,54,37); }

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

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

 a { background-color: rgb(64,54,37); }

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

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

 span { border-color: rgb(64,54,37); }

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