#413F24

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

Shades of Woodrush #413F24

Tints of Woodrush #413F24

Color information

#413F24 (or 0x413F24) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 24. RGB value is (65,63,36). Sum of RGB (Red+Green+Blue) = 65+63+36=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F24 is #BEC0DB. Grayscale: #3C3C3C. Windows color (decimal): -12501212 or 2375489. OLE color: 2375489.

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

Color convert

RGB656336-
CMYK00.030.450.75
HSL55.86º28.71%19.8%-
HSV(B)55.86º44.62%25.49%-
XYZ4.284.812.37-
YUV60.52114.16131.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=39.63%
G=38.41%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65633600.030.450.7555.8628.7119.8
Hex413F24032D4B381d14
Octal10177440355113703524
Binary100000111111110010001110110110010111110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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