#413F37

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

Shades of Woodrush #413F37

Tints of Woodrush #413F37

Color information

#413F37 (or 0x413F37) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 37. RGB value is (65,63,55). Sum of RGB (Red+Green+Blue) = 65+63+55=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #413F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F37 is #BEC0C8. Grayscale: #3E3E3E. Windows color (decimal): -12501193 or 3620673. OLE color: 3620673.

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

Color convert

RGB656355-
CMYK00.030.150.75
HSL48º8.33%23.53%-
HSV(B)48º15.38%25.49%-
XYZ4.654.954.33-
YUV62.69123.66129.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 55 (21.88% from 255) = 30.05%
R=35.52%
G=34.43%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65635500.030.150.75488.3323.53
Hex413F3703F4B30818
Octal10177670317113601030
Binary100000111111111011101111111001011110000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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