#403B26

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

Shades of Woodrush #403B26

Tints of Woodrush #403B26

Color information

#403B26 (or 0x403B26) is unknown color: approx Woodrush. HEX triplet: 40, 3B and 26. RGB value is (64,59,38). Sum of RGB (Red+Green+Blue) = 64+59+38=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B26 is #BFC4D9. Grayscale: #3A3A3A. Windows color (decimal): -12567770 or 2505536. OLE color: 2505536.

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

Color convert

RGB645938-
CMYK00.080.410.75
HSL48.46º25.49%20%-
HSV(B)48.46º40.62%25.1%-
XYZ4.034.362.46-
YUV58.1116.66132.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=39.75%
G=36.65%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64593800.080.410.7548.4625.4920
Hex403B2608294B301914
Octal100734601051113603124
Binary10000001110111001100100010100110010111100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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