#413E27

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

Shades of Woodrush #413E27

Tints of Woodrush #413E27

Color information

#413E27 (or 0x413E27) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 27. RGB value is (65,62,39). Sum of RGB (Red+Green+Blue) = 65+62+39=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E27 is #BEC1D8. Grayscale: #3C3C3C. Windows color (decimal): -12501465 or 2571841. OLE color: 2571841.

HSL color Cylindrical-coordinate representation of color #413E27: hue angle of 53.08º 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 #413E27 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB656239-
CMYK00.050.400.75
HSL53.08º25%20.39%-
HSV(B)53.08º40%25.49%-
XYZ4.274.722.6-
YUV60.27115.99131.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=39.16%
G=37.35%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65623900.050.400.7553.082520.39
Hex413E2705284B351914
Octal10176470550113653124
Binary1000001111110100111010110100010010111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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