#413C2E

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

Shades of Woodrush #413C2E

Tints of Woodrush #413C2E

Color information

#413C2E (or 0x413C2E) is unknown color: approx Woodrush. HEX triplet: 41, 3C and 2E. RGB value is (65,60,46). Sum of RGB (Red+Green+Blue) = 65+60+46=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C2E is #BEC3D1. Grayscale: #3B3B3B. Windows color (decimal): -12501970 or 3030081. OLE color: 3030081.

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

Color convert

RGB656046-
CMYK00.080.290.75
HSL44.21º17.12%21.76%-
HSV(B)44.21º29.23%25.49%-
XYZ4.294.553.24-
YUV59.9120.16131.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=38.01%
G=35.09%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65604600.080.290.7544.2117.1221.76
Hex413C2E081D4B2c1116
Octal101745601035113542126
Binary1000001111100101110010001110110010111011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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