#413D28

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

Shades of Woodrush #413D28

Tints of Woodrush #413D28

Color information

#413D28 (or 0x413D28) is unknown color: approx Woodrush. HEX triplet: 41, 3D and 28. RGB value is (65,61,40). Sum of RGB (Red+Green+Blue) = 65+61+40=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D28 is #BEC2D7. Grayscale: #3B3B3B. Windows color (decimal): -12501720 or 2637121. OLE color: 2637121.

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

Color convert

RGB656140-
CMYK00.060.380.75
HSL50.4º23.81%20.59%-
HSV(B)50.4º38.46%25.49%-
XYZ4.234.612.68-
YUV59.8116.83131.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=39.16%
G=36.75%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65614000.060.380.7550.423.8120.59
Hex413D2806264B321815
Octal10175500646113623025
Binary1000001111101101000011010011010010111100101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,40); }

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

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

 a { background-color: rgb(65,61,40); }

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

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

 span { border-color: rgb(65,61,40); }

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