#403D20

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

Shades of Woodrush #403D20

Tints of Woodrush #403D20

Color information

#403D20 (or 0x403D20) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 20. RGB value is (64,61,32). Sum of RGB (Red+Green+Blue) = 64+61+32=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D20 is #BFC2DF. Grayscale: #3A3A3A. Windows color (decimal): -12567264 or 2112832. OLE color: 2112832.

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

Color convert

RGB646132-
CMYK00.050.500.75
HSL54.37º33.33%18.82%-
HSV(B)54.37º50%25.1%-
XYZ4.044.532.03-
YUV58.59112.99131.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=40.76%
G=38.85%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64613200.050.500.7554.3733.3318.82
Hex403D2005324B362113
Octal10075400562113664123
Binary10000001111011000000101110010100101111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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