#413A2B

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

Shades of Birch #413A2B

Tints of Birch #413A2B

Color information

#413A2B (or 0x413A2B) is unknown color: approx Birch. HEX triplet: 41, 3A and 2B. RGB value is (65,58,43). Sum of RGB (Red+Green+Blue) = 65+58+43=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2B is #BEC5D4. Grayscale: #3A3A3A. Windows color (decimal): -12502485 or 2832961. OLE color: 2832961.

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

Color convert

RGB655843-
CMYK00.110.340.75
HSL40.91º20.37%21.18%-
HSV(B)40.91º33.85%25.49%-
XYZ4.134.322.9-
YUV58.38119.32132.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=39.16%
G=34.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65584300.110.340.7540.9120.3721.18
Hex413A2B0B224B291415
Octal101725301342113512425
Binary10000011110101010110101110001010010111010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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