#403D2D

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

Shades of Woodrush #403D2D

Tints of Woodrush #403D2D

Color information

#403D2D (or 0x403D2D) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 2D. RGB value is (64,61,45). Sum of RGB (Red+Green+Blue) = 64+61+45=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D2D is #BFC2D2. Grayscale: #3C3C3C. Windows color (decimal): -12567251 or 2964800. OLE color: 2964800.

HSL color Cylindrical-coordinate representation of color #403D2D: hue angle of 50.53º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403D2D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB646145-
CMYK00.050.300.75
HSL50.53º17.43%21.37%-
HSV(B)50.53º29.69%25.1%-
XYZ4.264.623.15-
YUV60.07119.49130.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=37.65%
G=35.88%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64614500.050.300.7550.5317.4321.37
Hex403D2D051E4B331115
Octal10075550536113632125
Binary100000011110110110101011111010010111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D2D; }

 p { color: rgb(64,61,45); }

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

<style>
 a { background-color: #403D2D; }

 a { background-color: rgb(64,61,45); }

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

<style>
 span { border-color: #403D2D; }

 span { border-color: rgb(64,61,45); }

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