#403C2A

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

Shades of Woodrush #403C2A

Tints of Woodrush #403C2A

Color information

#403C2A (or 0x403C2A) is unknown color: approx Woodrush. HEX triplet: 40, 3C and 2A. RGB value is (64,60,42). Sum of RGB (Red+Green+Blue) = 64+60+42=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #403C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C2A is #BFC3D5. Grayscale: #3B3B3B. Windows color (decimal): -12567510 or 2767936. OLE color: 2767936.

HSL color Cylindrical-coordinate representation of color #403C2A: hue angle of 49.09º 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 #403C2A is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB646042-
CMYK00.060.340.75
HSL49.09º20.75%20.78%-
HSV(B)49.09º34.38%25.1%-
XYZ4.154.492.84-
YUV59.14118.33131.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=38.55%
G=36.14%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64604200.060.340.7549.0920.7520.78
Hex403C2A06224B311515
Octal10074520642113612525
Binary1000000111100101010011010001010010111100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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