#413828

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

Shades of Birch #413828

Tints of Birch #413828

Color information

#413828 (or 0x413828) is unknown color: approx Birch. HEX triplet: 41, 38 and 28. RGB value is (65,56,40). Sum of RGB (Red+Green+Blue) = 65+56+40=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413828 is #BEC7D7. Grayscale: #383838. Windows color (decimal): -12503000 or 2635841. OLE color: 2635841.

HSL color Cylindrical-coordinate representation of color #413828: hue angle of 38.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413828 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB655640-
CMYK00.140.380.75
HSL38.4º23.81%20.59%-
HSV(B)38.4º38.46%25.49%-
XYZ3.984.112.59-
YUV56.87118.48133.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=40.37%
G=34.78%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65564000.140.380.7538.423.8120.59
Hex4138280E264B261815
Octal101705001646113463025
Binary10000011110001010000111010011010010111001101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413828; }

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

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

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

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

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

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

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

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