#413928

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

Shades of Birch #413928

Tints of Birch #413928

Color information

#413928 (or 0x413928) is unknown color: approx Birch. HEX triplet: 41, 39 and 28. RGB value is (65,57,40). Sum of RGB (Red+Green+Blue) = 65+57+40=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413928 is #BEC6D7. Grayscale: #393939. Windows color (decimal): -12502744 or 2636097. OLE color: 2636097.

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

Color convert

RGB655740-
CMYK00.120.380.75
HSL40.8º23.81%20.59%-
HSV(B)40.8º38.46%25.49%-
XYZ4.034.22.61-
YUV57.45118.15133.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=40.12%
G=35.19%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65574000.120.380.7540.823.8120.59
Hex4139280C264B291815
Octal101715001446113513025
Binary10000011110011010000110010011010010111010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413928; }

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

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

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

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

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

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

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

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