#413C32

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

Shades of Birch #413C32

Tints of Birch #413C32

Color information

#413C32 (or 0x413C32) is unknown color: approx Birch. HEX triplet: 41, 3C and 32. RGB value is (65,60,50). Sum of RGB (Red+Green+Blue) = 65+60+50=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C32 is #BEC3CD. Grayscale: #3C3C3C. Windows color (decimal): -12501966 or 3292225. OLE color: 3292225.

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

Color convert

RGB656050-
CMYK00.080.230.75
HSL40º13.04%22.55%-
HSV(B)40º23.08%25.49%-
XYZ4.374.593.67-
YUV60.36122.16131.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65605000.080.230.754013.0422.55
Hex413C3208174B28d17
Octal101746201027113501527
Binary100000111110011001001000101111001011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,50); }

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

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

 a { background-color: rgb(65,60,50); }

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

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

 span { border-color: rgb(65,60,50); }

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