#413A2A

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

Shades of Birch #413A2A

Tints of Birch #413A2A

Color information

#413A2A (or 0x413A2A) is unknown color: approx Birch. HEX triplet: 41, 3A and 2A. RGB value is (65,58,42). Sum of RGB (Red+Green+Blue) = 65+58+42=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2A is #BEC5D5. Grayscale: #3A3A3A. Windows color (decimal): -12502486 or 2767425. OLE color: 2767425.

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

Color convert

RGB655842-
CMYK00.110.350.75
HSL41.74º21.5%20.98%-
HSV(B)41.74º35.38%25.49%-
XYZ4.114.322.81-
YUV58.27118.82132.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=39.39%
G=35.15%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65584200.110.350.7541.7421.520.98
Hex413A2A0B234B2a1515
Octal101725201343113522525
Binary10000011110101010100101110001110010111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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