#403B2A

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

Shades of Woodrush #403B2A

Tints of Woodrush #403B2A

Color information

#403B2A (or 0x403B2A) is unknown color: approx Woodrush. HEX triplet: 40, 3B and 2A. RGB value is (64,59,42). Sum of RGB (Red+Green+Blue) = 64+59+42=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B2A is #BFC4D5. Grayscale: #3A3A3A. Windows color (decimal): -12567766 or 2767680. OLE color: 2767680.

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

Color convert

RGB645942-
CMYK00.080.340.75
HSL46.36º20.75%20.78%-
HSV(B)46.36º34.38%25.1%-
XYZ4.14.392.82-
YUV58.56118.66131.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=38.79%
G=35.76%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64594200.080.340.7546.3620.7520.78
Hex403B2A08224B2e1515
Octal100735201042113562525
Binary10000001110111010100100010001010010111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,42); }

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

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

 a { background-color: rgb(64,59,42); }

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

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

 span { border-color: rgb(64,59,42); }

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