#403C26

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

Shades of Woodrush #403C26

Tints of Woodrush #403C26

Color information

#403C26 (or 0x403C26) is unknown color: approx Woodrush. HEX triplet: 40, 3C and 26. RGB value is (64,60,38). Sum of RGB (Red+Green+Blue) = 64+60+38=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #403C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C26 is #BFC3D9. Grayscale: #3A3A3A. Windows color (decimal): -12567514 or 2505792. OLE color: 2505792.

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

Color convert

RGB646038-
CMYK00.060.410.75
HSL50.77º25.49%20%-
HSV(B)50.77º40.62%25.1%-
XYZ4.084.462.48-
YUV58.69116.33131.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=39.51%
G=37.04%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64603800.060.410.7550.7725.4920
Hex403C2606294B331914
Octal10074460651113633124
Binary1000000111100100110011010100110010111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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