#413825

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

Shades of Birch #413825

Tints of Birch #413825

Color information

#413825 (or 0x413825) is unknown color: approx Birch. HEX triplet: 41, 38 and 25. RGB value is (65,56,37). Sum of RGB (Red+Green+Blue) = 65+56+37=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413825 is #BEC7DA. Grayscale: #383838. Windows color (decimal): -12503003 or 2439233. OLE color: 2439233.

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

Color convert

RGB655637-
CMYK00.140.430.75
HSL40.71º27.45%20%-
HSV(B)40.71º43.08%25.49%-
XYZ3.934.092.33-
YUV56.53116.98134.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=41.14%
G=35.44%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65563700.140.430.7540.7127.4520
Hex4138250E2B4B291b14
Octal101704501653113513324
Binary10000011110001001010111010101110010111010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413825; }

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

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

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

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

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

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

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

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