#413F32

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

Shades of Woodrush #413F32

Tints of Woodrush #413F32

Color information

#413F32 (or 0x413F32) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 32. RGB value is (65,63,50). Sum of RGB (Red+Green+Blue) = 65+63+50=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F32 is #BEC0CD. Grayscale: #3E3E3E. Windows color (decimal): -12501198 or 3292993. OLE color: 3292993.

HSL color Cylindrical-coordinate representation of color #413F32: hue angle of 52º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413F32 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB656350-
CMYK00.030.230.75
HSL52º13.04%22.55%-
HSV(B)52º23.08%25.49%-
XYZ4.534.913.73-
YUV62.12121.16130.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=36.52%
G=35.39%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65635000.030.230.755213.0422.55
Hex413F3203174B34d17
Octal10177620327113641527
Binary1000001111111110010011101111001011110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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