#414035

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

Shades of Woodrush #414035

Tints of Woodrush #414035

Color information

#414035 (or 0x414035) is unknown color: approx Woodrush. HEX triplet: 41, 40 and 35. RGB value is (65,64,53). Sum of RGB (Red+Green+Blue) = 65+64+53=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #414035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414035 is #BEBFCA. Grayscale: #3F3F3F. Windows color (decimal): -12500939 or 3489857. OLE color: 3489857.

HSL color Cylindrical-coordinate representation of color #414035: hue angle of 55º 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 #414035 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB656453-
CMYK00.020.180.75
HSL55º10.17%23.14%-
HSV(B)55º18.46%25.49%-
XYZ4.665.054.1-
YUV63.04122.33129.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=35.71%
G=35.16%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65645300.020.180.755510.1723.14
Hex41403502124B37a17
Octal101100650222113671227
Binary10000011000000110101010100101001011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414035; }

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

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

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

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

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

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

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

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