#413C24

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

Shades of Woodrush #413C24

Tints of Woodrush #413C24

Color information

#413C24 (or 0x413C24) is unknown color: approx Woodrush. HEX triplet: 41, 3C and 24. RGB value is (65,60,36). Sum of RGB (Red+Green+Blue) = 65+60+36=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C24 is #BEC3DB. Grayscale: #3A3A3A. Windows color (decimal): -12501980 or 2374721. OLE color: 2374721.

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

Color convert

RGB656036-
CMYK00.080.450.75
HSL49.66º28.71%19.8%-
HSV(B)49.66º44.62%25.49%-
XYZ4.114.482.32-
YUV58.76115.16132.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=40.37%
G=37.27%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65603600.080.450.7549.6628.7119.8
Hex413C24082D4B321d14
Octal101744401055113623524
Binary10000011111001001000100010110110010111100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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