#413A28

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

Shades of Birch #413A28

Tints of Birch #413A28

Color information

#413A28 (or 0x413A28) is unknown color: approx Birch. HEX triplet: 41, 3A and 28. RGB value is (65,58,40). Sum of RGB (Red+Green+Blue) = 65+58+40=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A28 is #BEC5D7. Grayscale: #3A3A3A. Windows color (decimal): -12502488 or 2636353. OLE color: 2636353.

HSL color Cylindrical-coordinate representation of color #413A28: hue angle of 43.2º 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 #413A28 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB655840-
CMYK00.110.380.75
HSL43.2º23.81%20.59%-
HSV(B)43.2º38.46%25.49%-
XYZ4.084.32.62-
YUV58.04117.82132.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=39.88%
G=35.58%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65584000.110.380.7543.223.8120.59
Hex413A280B264B2b1815
Octal101725001346113533025
Binary10000011110101010000101110011010010111010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A28; }

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

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

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

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

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

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

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

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