#413A25

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

Shades of Birch #413A25

Tints of Birch #413A25

Color information

#413A25 (or 0x413A25) is unknown color: approx Birch. HEX triplet: 41, 3A and 25. RGB value is (65,58,37). Sum of RGB (Red+Green+Blue) = 65+58+37=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #413A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A25 is #BEC5DA. Grayscale: #393939. Windows color (decimal): -12502491 or 2439745. OLE color: 2439745.

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

Color convert

RGB655837-
CMYK00.110.430.75
HSL45º27.45%20%-
HSV(B)45º43.08%25.49%-
XYZ4.034.282.36-
YUV57.7116.32133.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=40.62%
G=36.25%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65583700.110.430.754527.4520
Hex413A250B2B4B2d1b14
Octal101724501353113553324
Binary10000011110101001010101110101110010111011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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