#414033

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

Shades of Woodrush #414033

Tints of Woodrush #414033

Color information

#414033 (or 0x414033) is unknown color: approx Woodrush. HEX triplet: 41, 40 and 33. RGB value is (65,64,51). Sum of RGB (Red+Green+Blue) = 65+64+51=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #414033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414033 is #BEBFCC. Grayscale: #3E3E3E. Windows color (decimal): -12500941 or 3358785. OLE color: 3358785.

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

Color convert

RGB656451-
CMYK00.020.220.75
HSL55.71º12.07%22.75%-
HSV(B)55.71º21.54%25.49%-
XYZ4.615.033.86-
YUV62.82121.33129.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=36.11%
G=35.56%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65645100.020.220.7555.7112.0722.75
Hex41403302164B38c17
Octal101100630226113701427
Binary10000011000000110011010101101001011111000110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414033; }

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

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

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

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

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

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

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

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