#413E22

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

Shades of Woodrush #413E22

Tints of Woodrush #413E22

Color information

#413E22 (or 0x413E22) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 22. RGB value is (65,62,34). Sum of RGB (Red+Green+Blue) = 65+62+34=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E22 is #BEC1DD. Grayscale: #3B3B3B. Windows color (decimal): -12501470 or 2244161. OLE color: 2244161.

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

Color convert

RGB656234-
CMYK00.050.480.75
HSL54.19º31.31%19.41%-
HSV(B)54.19º47.69%25.49%-
XYZ4.194.682.2-
YUV59.7113.49131.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 62 (24.61% from 255) = 38.51%
BLUE value IS 34 (13.67% from 255) = 21.12%
R=40.37%
G=38.51%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65623400.050.480.7554.1931.3119.41
Hex413E2205304B361f13
Octal10176420560113663723
Binary1000001111110100010010111000010010111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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