#403825

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

Shades of Birch #403825

Tints of Birch #403825

Color information

#403825 (or 0x403825) is unknown color: approx Birch. HEX triplet: 40, 38 and 25. RGB value is (64,56,37). Sum of RGB (Red+Green+Blue) = 64+56+37=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403825 is #BFC7DA. Grayscale: #383838. Windows color (decimal): -12568539 or 2439232. OLE color: 2439232.

HSL color Cylindrical-coordinate representation of color #403825: hue angle of 42.22º 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 #403825 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB645637-
CMYK00.130.420.75
HSL42.22º26.73%19.8%-
HSV(B)42.22º42.19%25.1%-
XYZ3.864.052.33-
YUV56.23117.15133.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=40.76%
G=35.67%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64563700.130.420.7542.2226.7319.8
Hex4038250D2A4B2a1b14
Octal100704501552113523324
Binary10000001110001001010110110101010010111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403825; }

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

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

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

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

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

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

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

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