#413E2F

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

Shades of Woodrush #413E2F

Tints of Woodrush #413E2F

Color information

#413E2F (or 0x413E2F) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 2F. RGB value is (65,62,47). Sum of RGB (Red+Green+Blue) = 65+62+47=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2F is #BEC1D0. Grayscale: #3D3D3D. Windows color (decimal): -12501457 or 3096129. OLE color: 3096129.

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

Color convert

RGB656247-
CMYK00.050.280.75
HSL50º16.07%21.96%-
HSV(B)50º27.69%25.49%-
XYZ4.424.773.38-
YUV61.19119.99130.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=37.36%
G=35.63%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65624700.050.280.755016.0721.96
Hex413E2F051C4B321016
Octal10176570534113622026
Binary100000111111010111101011110010010111100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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