#413E2B

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

Shades of Woodrush #413E2B

Tints of Woodrush #413E2B

Color information

#413E2B (or 0x413E2B) is unknown color: approx Woodrush. HEX triplet: 41, 3E and 2B. RGB value is (65,62,43). Sum of RGB (Red+Green+Blue) = 65+62+43=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2B is #BEC1D4. Grayscale: #3C3C3C. Windows color (decimal): -12501461 or 2833985. OLE color: 2833985.

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

Color convert

RGB656243-
CMYK00.050.340.75
HSL51.82º20.37%21.18%-
HSV(B)51.82º33.85%25.49%-
XYZ4.344.742.97-
YUV60.73117.99131.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=38.24%
G=36.47%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65624300.050.340.7551.8220.3721.18
Hex413E2B05224B341415
Octal10176530542113642425
Binary1000001111110101011010110001010010111101001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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