#413E2D

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

Shades of Woodrush #413E2D

Tints of Woodrush #413E2D

Color information

#413E2D (or 0x413E2D) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 2D. RGB value is (65,62,45). Sum of RGB (Red+Green+Blue) = 65+62+45=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2D is #BEC1D2. Grayscale: #3D3D3D. Windows color (decimal): -12501459 or 2965057. OLE color: 2965057.

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

Color convert

RGB656245-
CMYK00.050.310.75
HSL51º18.18%21.57%-
HSV(B)51º30.77%25.49%-
XYZ4.384.763.17-
YUV60.96118.99130.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=37.79%
G=36.05%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65624500.050.310.755118.1821.57
Hex413E2D051F4B331216
Octal10176550537113632226
Binary100000111111010110101011111110010111100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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