#413F36

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

Shades of Woodrush #413F36

Tints of Woodrush #413F36

Color information

#413F36 (or 0x413F36) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 36. RGB value is (65,63,54). Sum of RGB (Red+Green+Blue) = 65+63+54=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #413F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F36 is #BEC0C9. Grayscale: #3E3E3E. Windows color (decimal): -12501194 or 3555137. OLE color: 3555137.

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

Color convert

RGB656354-
CMYK00.030.170.75
HSL49.09º9.24%23.33%-
HSV(B)49.09º16.92%25.49%-
XYZ4.624.954.2-
YUV62.57123.16129.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=35.71%
G=34.62%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65635400.030.170.7549.099.2423.33
Hex413F3603114B31917
Octal10177660321113611127
Binary1000001111111110110011100011001011110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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