#413C2C

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

Shades of Woodrush #413C2C

Tints of Woodrush #413C2C

Color information

#413C2C (or 0x413C2C) is unknown color: approx Woodrush. HEX triplet: 41, 3C and 2C. RGB value is (65,60,44). Sum of RGB (Red+Green+Blue) = 65+60+44=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C2C is #BEC3D3. Grayscale: #3B3B3B. Windows color (decimal): -12501972 or 2899009. OLE color: 2899009.

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

Color convert

RGB656044-
CMYK00.080.320.75
HSL45.71º19.27%21.37%-
HSV(B)45.71º32.31%25.49%-
XYZ4.254.543.03-
YUV59.67119.16131.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=38.46%
G=35.50%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65604400.080.320.7545.7119.2721.37
Hex413C2C08204B2e1315
Octal101745401040113562325
Binary10000011111001011000100010000010010111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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