#413F1E

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

Shades of Woodrush #413F1E

Tints of Woodrush #413F1E

Color information

#413F1E (or 0x413F1E) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 1E. RGB value is (65,63,30). Sum of RGB (Red+Green+Blue) = 65+63+30=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1E is #BEC0E1. Grayscale: #3B3B3B. Windows color (decimal): -12501218 or 1982273. OLE color: 1982273.

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

Color convert

RGB656330-
CMYK00.030.540.75
HSL56.57º36.84%18.63%-
HSV(B)56.57º53.85%25.49%-
XYZ4.194.771.93-
YUV59.84111.16131.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=41.14%
G=39.87%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65633000.030.540.7556.5736.8418.63
Hex413F1E03364B392513
Octal10177360366113714523
Binary100000111111111110011110110100101111100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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