#413C2D

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

Shades of Woodrush #413C2D

Tints of Woodrush #413C2D

Color information

#413C2D (or 0x413C2D) is unknown color: approx Woodrush. HEX triplet: 41, 3C and 2D. RGB value is (65,60,45). Sum of RGB (Red+Green+Blue) = 65+60+45=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C2D is #BEC3D2. Grayscale: #3B3B3B. Windows color (decimal): -12501971 or 2964545. OLE color: 2964545.

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

Color convert

RGB656045-
CMYK00.080.310.75
HSL45º18.18%21.57%-
HSV(B)45º30.77%25.49%-
XYZ4.274.543.13-
YUV59.78119.66131.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=38.24%
G=35.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65604500.080.310.754518.1821.57
Hex413C2D081F4B2d1216
Octal101745501037113552226
Binary1000001111100101101010001111110010111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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