#413F2B

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

Shades of Woodrush #413F2B

Tints of Woodrush #413F2B

Color information

#413F2B (or 0x413F2B) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 2B. RGB value is (65,63,43). Sum of RGB (Red+Green+Blue) = 65+63+43=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F2B is #BEC0D4. Grayscale: #3D3D3D. Windows color (decimal): -12501205 or 2834241. OLE color: 2834241.

HSL color Cylindrical-coordinate representation of color #413F2B: hue angle of 54.55º 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 #413F2B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB656343-
CMYK00.030.340.75
HSL54.55º20.37%21.18%-
HSV(B)54.55º33.85%25.49%-
XYZ4.394.852.99-
YUV61.32117.66130.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=38.01%
G=36.84%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65634300.030.340.7554.5520.3721.18
Hex413F2B03224B371415
Octal10177530342113672425
Binary100000111111110101101110001010010111101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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