#413A2C

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

Shades of Birch #413A2C

Tints of Birch #413A2C

Color information

#413A2C (or 0x413A2C) is unknown color: approx Birch. HEX triplet: 41, 3A and 2C. RGB value is (65,58,44). Sum of RGB (Red+Green+Blue) = 65+58+44=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2C is #BEC5D3. Grayscale: #3A3A3A. Windows color (decimal): -12502484 or 2898497. OLE color: 2898497.

HSL color Cylindrical-coordinate representation of color #413A2C: hue angle of 40º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413A2C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB655844-
CMYK00.110.320.75
HSL40º19.27%21.37%-
HSV(B)40º32.31%25.49%-
XYZ4.154.333-
YUV58.5119.82132.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=38.92%
G=34.73%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65584400.110.320.754019.2721.37
Hex413A2C0B204B281315
Octal101725401340113502325
Binary10000011110101011000101110000010010111010001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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