#413F30

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

Shades of Woodrush #413F30

Tints of Woodrush #413F30

Color information

#413F30 (or 0x413F30) is unknown color: approx Woodrush. HEX triplet: 41, 3F and 30. RGB value is (65,63,48). Sum of RGB (Red+Green+Blue) = 65+63+48=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F30 is #BEC0CF. Grayscale: #3D3D3D. Windows color (decimal): -12501200 or 3161921. OLE color: 3161921.

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

Color convert

RGB656348-
CMYK00.030.260.75
HSL52.94º15.04%22.16%-
HSV(B)52.94º26.15%25.49%-
XYZ4.494.893.5-
YUV61.89120.16130.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=36.93%
G=35.80%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65634800.030.260.7552.9415.0422.16
Hex413F30031A4B35f16
Octal10177600332113651726
Binary1000001111111110000011110101001011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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