#413E35

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

Shades of Woodrush #413E35

Tints of Woodrush #413E35

Color information

#413E35 (or 0x413E35) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 35. RGB value is (65,62,53). Sum of RGB (Red+Green+Blue) = 65+62+53=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #413E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E35 is #BEC1CA. Grayscale: #3D3D3D. Windows color (decimal): -12501451 or 3489345. OLE color: 3489345.

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

Color convert

RGB656253-
CMYK00.050.180.75
HSL45º10.17%23.14%-
HSV(B)45º18.46%25.49%-
XYZ4.554.834.06-
YUV61.87122.99130.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=36.11%
G=34.44%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65625300.050.180.754510.1723.14
Hex413E3505124B2da17
Octal10176650522113551227
Binary10000011111101101010101100101001011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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