#413F27

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

Shades of Woodrush #413F27

Tints of Woodrush #413F27

Color information

#413F27 (or 0x413F27) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 27. RGB value is (65,63,39). Sum of RGB (Red+Green+Blue) = 65+63+39=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F27 is #BEC0D8. Grayscale: #3C3C3C. Windows color (decimal): -12501209 or 2572097. OLE color: 2572097.

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

Color convert

RGB656339-
CMYK00.030.400.75
HSL55.38º25%20.39%-
HSV(B)55.38º40%25.49%-
XYZ4.324.832.62-
YUV60.86115.66130.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=38.92%
G=37.72%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65633900.030.400.7555.382520.39
Hex413F2703284B371914
Octal10177470350113673124
Binary100000111111110011101110100010010111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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