#403C28

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

Shades of Woodrush #403C28

Tints of Woodrush #403C28

Color information

#403C28 (or 0x403C28) is unknown color: approx Woodrush. HEX triplet: 40, 3C and 28. RGB value is (64,60,40). Sum of RGB (Red+Green+Blue) = 64+60+40=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C28 is #BFC3D7. Grayscale: #3A3A3A. Windows color (decimal): -12567512 or 2636864. OLE color: 2636864.

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

Color convert

RGB646040-
CMYK00.060.380.75
HSL50º23.08%20.39%-
HSV(B)50º37.5%25.1%-
XYZ4.114.472.65-
YUV58.92117.33131.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=39.02%
G=36.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64604000.060.380.755023.0820.39
Hex403C2806264B321714
Octal10074500646113622724
Binary1000000111100101000011010011010010111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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