#413F31

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

Shades of Woodrush #413F31

Tints of Woodrush #413F31

Color information

#413F31 (or 0x413F31) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 31. RGB value is (65,63,49). Sum of RGB (Red+Green+Blue) = 65+63+49=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F31 is #BEC0CE. Grayscale: #3E3E3E. Windows color (decimal): -12501199 or 3227457. OLE color: 3227457.

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

Color convert

RGB656349-
CMYK00.030.250.75
HSL52.5º14.04%22.35%-
HSV(B)52.5º24.62%25.49%-
XYZ4.514.93.61-
YUV62120.66130.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=36.72%
G=35.59%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65634900.030.250.7552.514.0422.35
Hex413F3103194B34e16
Octal10177610331113641626
Binary1000001111111110001011110011001011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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