#413E21

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

Shades of Woodrush #413E21

Tints of Woodrush #413E21

Color information

#413E21 (or 0x413E21) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 21. RGB value is (65,62,33). Sum of RGB (Red+Green+Blue) = 65+62+33=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #413E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E21 is #BEC1DE. Grayscale: #3B3B3B. Windows color (decimal): -12501471 or 2178625. OLE color: 2178625.

HSL color Cylindrical-coordinate representation of color #413E21: hue angle of 54.37º 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 #413E21 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB656233-
CMYK00.050.490.75
HSL54.37º32.65%19.22%-
HSV(B)54.37º49.23%25.49%-
XYZ4.184.682.12-
YUV59.59112.99131.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=40.62%
G=38.75%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65623300.050.490.7554.3732.6519.22
Hex413E2105314B362113
Octal10176410561113664123
Binary10000011111101000010101110001100101111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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