#413F2C

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

Shades of Woodrush #413F2C

Tints of Woodrush #413F2C

Color information

#413F2C (or 0x413F2C) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 2C. RGB value is (65,63,44). Sum of RGB (Red+Green+Blue) = 65+63+44=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F2C is #BEC0D3. Grayscale: #3D3D3D. Windows color (decimal): -12501204 or 2899777. OLE color: 2899777.

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

Color convert

RGB656344-
CMYK00.030.320.75
HSL54.29º19.27%21.37%-
HSV(B)54.29º32.31%25.49%-
XYZ4.414.863.09-
YUV61.43118.16130.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=37.79%
G=36.63%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65634400.030.320.7554.2919.2721.37
Hex413F2C03204B361315
Octal10177540340113662325
Binary100000111111110110001110000010010111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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