#413E33

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

Shades of Woodrush #413E33

Tints of Woodrush #413E33

Color information

#413E33 (or 0x413E33) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 33. RGB value is (65,62,51). Sum of RGB (Red+Green+Blue) = 65+62+51=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E33 is #BEC1CC. Grayscale: #3D3D3D. Windows color (decimal): -12501453 or 3358273. OLE color: 3358273.

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

Color convert

RGB656251-
CMYK00.050.220.75
HSL47.14º12.07%22.75%-
HSV(B)47.14º21.54%25.49%-
XYZ4.54.813.82-
YUV61.64121.99130.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=36.52%
G=34.83%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65625100.050.220.7547.1412.0722.75
Hex413E3305164B2fc17
Octal10176630526113571427
Binary10000011111101100110101101101001011101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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