#413826

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

Shades of Birch #413826

Tints of Birch #413826

Color information

#413826 (or 0x413826) is unknown color: approx Birch. HEX triplet: 41, 38 and 26. RGB value is (65,56,38). Sum of RGB (Red+Green+Blue) = 65+56+38=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413826 is #BEC7D9. Grayscale: #383838. Windows color (decimal): -12503002 or 2504769. OLE color: 2504769.

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

Color convert

RGB655638-
CMYK00.140.420.75
HSL40º26.21%20.2%-
HSV(B)40º41.54%25.49%-
XYZ3.944.092.42-
YUV56.64117.48133.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=40.88%
G=35.22%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65563800.140.420.754026.2120.2
Hex4138260E2A4B281a14
Octal101704601652113503224
Binary10000011110001001100111010101010010111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413826; }

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

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

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

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

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

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

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

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