#413F21

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

Shades of Woodrush #413F21

Tints of Woodrush #413F21

Color information

#413F21 (or 0x413F21) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 21. RGB value is (65,63,33). Sum of RGB (Red+Green+Blue) = 65+63+33=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F21 is #BEC0DE. Grayscale: #3C3C3C. Windows color (decimal): -12501215 or 2178881. OLE color: 2178881.

HSL color Cylindrical-coordinate representation of color #413F21: hue angle of 56.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #413F21 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB656333-
CMYK00.030.490.75
HSL56.25º32.65%19.22%-
HSV(B)56.25º49.23%25.49%-
XYZ4.234.792.14-
YUV60.18112.66131.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=40.37%
G=39.13%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65633300.030.490.7556.2532.6519.22
Hex413F2103314B382113
Octal10177410361113704123
Binary1000001111111100001011110001100101111100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,33); }

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

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

 a { background-color: rgb(65,63,33); }

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

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

 span { border-color: rgb(65,63,33); }

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