#41403A

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

Shades of Woodrush #41403A

Tints of Woodrush #41403A

Color information

#41403A (or 0x41403A) is unknown color: approx Woodrush. HEX triplet: 41, 40 and 3A. RGB value is (65,64,58). Sum of RGB (Red+Green+Blue) = 65+64+58=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 65 - color contains mainly: red. Hex color #41403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41403A is #BEBFC5. Grayscale: #3F3F3F. Windows color (decimal): -12500934 or 3817537. OLE color: 3817537.

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

Color convert

RGB656458-
CMYK00.020.110.75
HSL51.43º5.69%24.12%-
HSV(B)51.43º10.77%25.49%-
XYZ4.785.14.73-
YUV63.62124.83128.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=34.76%
G=34.22%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65645800.020.110.7551.435.6924.12
Hex41403A02B4B33618
Octal10110072021311363630
Binary100000110000001110100101011100101111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41403A; }

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

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

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

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

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

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

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

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