#41403D

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

Shades of Woodrush #41403D

Tints of Woodrush #41403D

Color information

#41403D (or 0x41403D) is unknown color: approx Woodrush. HEX triplet: 41, 40 and 3D. RGB value is (65,64,61). Sum of RGB (Red+Green+Blue) = 65+64+61=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 65 - color contains mainly: red. Hex color #41403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41403D is #BEBFC2. Grayscale: #3F3F3F. Windows color (decimal): -12500931 or 4014145. OLE color: 4014145.

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

Color convert

RGB656461-
CMYK00.020.060.75
HSL45º3.17%24.71%-
HSV(B)45º6.15%25.49%-
XYZ4.865.135.15-
YUV63.96126.33128.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=34.21%
G=33.68%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65646100.020.060.75453.1724.71
Hex41403D0264B2d319
Octal1011007502611355331
Binary1000001100000011110101011010010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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