#413726

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

Shades of Birch #413726

Tints of Birch #413726

Color information

#413726 (or 0x413726) is unknown color: approx Birch. HEX triplet: 41, 37 and 26. RGB value is (65,55,38). Sum of RGB (Red+Green+Blue) = 65+55+38=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413726 is #BEC8D9. Grayscale: #383838. Windows color (decimal): -12503258 or 2504513. OLE color: 2504513.

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

Color convert

RGB655538-
CMYK00.150.420.75
HSL37.78º26.21%20.2%-
HSV(B)37.78º41.54%25.49%-
XYZ3.942.4-
YUV56.05117.81134.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=41.14%
G=34.81%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65553800.150.420.7537.7826.2120.2
Hex4137260F2A4B261a14
Octal101674601752113463224
Binary10000011101111001100111110101010010111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413726; }

 p { color: rgb(65,55,38); }

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

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

 a { background-color: rgb(65,55,38); }

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

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

 span { border-color: rgb(65,55,38); }

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