#414037

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

Shades of Woodrush #414037

Tints of Woodrush #414037

Color information

#414037 (or 0x414037) is unknown color: approx Woodrush. HEX triplet: 41, 40 and 37. RGB value is (65,64,55). Sum of RGB (Red+Green+Blue) = 65+64+55=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #414037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414037 is #BEBFC8. Grayscale: #3F3F3F. Windows color (decimal): -12500937 or 3620929. OLE color: 3620929.

HSL color Cylindrical-coordinate representation of color #414037: hue angle of 54º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #414037 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB656455-
CMYK00.020.150.75
HSL54º8.33%23.53%-
HSV(B)54º15.38%25.49%-
XYZ4.75.074.34-
YUV63.27123.33129.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=35.33%
G=34.78%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65645500.020.150.75548.3323.53
Hex41403702F4B36818
Octal101100670217113661030
Binary1000001100000011011101011111001011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414037; }

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

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

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

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

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

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

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

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