#413E30

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

Shades of Woodrush #413E30

Tints of Woodrush #413E30

Color information

#413E30 (or 0x413E30) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 30. RGB value is (65,62,48). Sum of RGB (Red+Green+Blue) = 65+62+48=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E30 is #BEC1CF. Grayscale: #3D3D3D. Windows color (decimal): -12501456 or 3161665. OLE color: 3161665.

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

Color convert

RGB656248-
CMYK00.050.260.75
HSL49.41º15.04%22.16%-
HSV(B)49.41º26.15%25.49%-
XYZ4.444.783.49-
YUV61.3120.49130.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=37.14%
G=35.43%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65624800.050.260.7549.4115.0422.16
Hex413E30051A4B31f16
Octal10176600532113611726
Binary10000011111101100000101110101001011110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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