#413E28

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

Shades of Woodrush #413E28

Tints of Woodrush #413E28

Color information

#413E28 (or 0x413E28) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 28. RGB value is (65,62,40). Sum of RGB (Red+Green+Blue) = 65+62+40=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E28 is #BEC1D7. Grayscale: #3C3C3C. Windows color (decimal): -12501464 or 2637377. OLE color: 2637377.

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

Color convert

RGB656240-
CMYK00.050.380.75
HSL52.8º23.81%20.59%-
HSV(B)52.8º38.46%25.49%-
XYZ4.294.722.69-
YUV60.39116.49131.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=38.92%
G=37.13%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65624000.050.380.7552.823.8120.59
Hex413E2805264B351815
Octal10176500546113653025
Binary1000001111110101000010110011010010111101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,40); }

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

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

 a { background-color: rgb(65,62,40); }

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

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

 span { border-color: rgb(65,62,40); }

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