#413D2D

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

Shades of Woodrush #413D2D

Tints of Woodrush #413D2D

Color information

#413D2D (or 0x413D2D) is unknown color: approx Woodrush. HEX triplet: 41, 3D and 2D. RGB value is (65,61,45). Sum of RGB (Red+Green+Blue) = 65+61+45=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D2D is #BEC2D2. Grayscale: #3C3C3C. Windows color (decimal): -12501715 or 2964801. OLE color: 2964801.

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

Color convert

RGB656145-
CMYK00.060.310.75
HSL48º18.18%21.57%-
HSV(B)48º30.77%25.49%-
XYZ4.324.653.15-
YUV60.37119.33131.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=38.01%
G=35.67%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65614500.060.310.754818.1821.57
Hex413D2D061F4B301216
Octal10175550637113602226
Binary100000111110110110101101111110010111100001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,45); }

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

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

 a { background-color: rgb(65,61,45); }

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

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

 span { border-color: rgb(65,61,45); }

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