#413B2A

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

Shades of Birch #413B2A

Tints of Birch #413B2A

Color information

#413B2A (or 0x413B2A) is unknown color: approx Birch. HEX triplet: 41, 3B and 2A. RGB value is (65,59,42). Sum of RGB (Red+Green+Blue) = 65+59+42=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B2A is #BEC4D5. Grayscale: #3A3A3A. Windows color (decimal): -12502230 or 2767681. OLE color: 2767681.

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

Color convert

RGB655942-
CMYK00.090.350.75
HSL44.35º21.5%20.98%-
HSV(B)44.35º35.38%25.49%-
XYZ4.164.422.82-
YUV58.86118.49132.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=39.16%
G=35.54%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65594200.090.350.7544.3521.520.98
Hex413B2A09234B2c1515
Octal101735201143113542525
Binary10000011110111010100100110001110010111011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,42); }

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

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

 a { background-color: rgb(65,59,42); }

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

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

 span { border-color: rgb(65,59,42); }

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