#403D21

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

Shades of Woodrush #403D21

Tints of Woodrush #403D21

Color information

#403D21 (or 0x403D21) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 21. RGB value is (64,61,33). Sum of RGB (Red+Green+Blue) = 64+61+33=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #403D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D21 is #BFC2DE. Grayscale: #3A3A3A. Windows color (decimal): -12567263 or 2178368. OLE color: 2178368.

HSL color Cylindrical-coordinate representation of color #403D21: hue angle of 54.19º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403D21 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB646133-
CMYK00.050.480.75
HSL54.19º31.96%19.02%-
HSV(B)54.19º48.44%25.1%-
XYZ4.064.542.1-
YUV58.7113.49131.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=40.51%
G=38.61%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64613300.050.480.7554.1931.9619.02
Hex403D2105304B362013
Octal10075410560113664023
Binary10000001111011000010101110000100101111011010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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