#413927

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

Shades of Birch #413927

Tints of Birch #413927

Color information

#413927 (or 0x413927) is unknown color: approx Birch. HEX triplet: 41, 39 and 27. RGB value is (65,57,39). Sum of RGB (Red+Green+Blue) = 65+57+39=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413927 is #BEC6D8. Grayscale: #393939. Windows color (decimal): -12502745 or 2570561. OLE color: 2570561.

HSL color Cylindrical-coordinate representation of color #413927: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413927 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB655739-
CMYK00.120.400.75
HSL41.54º25%20.39%-
HSV(B)41.54º40%25.49%-
XYZ4.014.22.52-
YUV57.34117.65133.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=40.37%
G=35.40%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65573900.120.400.7541.542520.39
Hex4139270C284B2a1914
Octal101714701450113523124
Binary10000011110011001110110010100010010111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413927; }

 p { color: rgb(65,57,39); }

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

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

 a { background-color: rgb(65,57,39); }

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

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

 span { border-color: rgb(65,57,39); }

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