#413E32

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

Shades of Woodrush #413E32

Tints of Woodrush #413E32

Color information

#413E32 (or 0x413E32) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 32. RGB value is (65,62,50). Sum of RGB (Red+Green+Blue) = 65+62+50=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E32 is #BEC1CD. Grayscale: #3D3D3D. Windows color (decimal): -12501454 or 3292737. OLE color: 3292737.

HSL color Cylindrical-coordinate representation of color #413E32: hue angle of 48º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413E32 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB656250-
CMYK00.050.230.75
HSL48º13.04%22.55%-
HSV(B)48º23.08%25.49%-
XYZ4.484.83.71-
YUV61.53121.49130.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=36.72%
G=35.03%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65625000.050.230.754813.0422.55
Hex413E3205174B30d17
Octal10176620527113601527
Binary10000011111101100100101101111001011110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,50); }

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

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

 a { background-color: rgb(65,62,50); }

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

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

 span { border-color: rgb(65,62,50); }

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