#403C27

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

Shades of Woodrush #403C27

Tints of Woodrush #403C27

Color information

#403C27 (or 0x403C27) is unknown color: approx Woodrush. HEX triplet: 40, 3C and 27. RGB value is (64,60,39). Sum of RGB (Red+Green+Blue) = 64+60+39=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C27 is #BFC3D8. Grayscale: #3A3A3A. Windows color (decimal): -12567513 or 2571328. OLE color: 2571328.

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

Color convert

RGB646039-
CMYK00.060.390.75
HSL50.4º24.27%20.2%-
HSV(B)50.4º39.06%25.1%-
XYZ4.14.472.57-
YUV58.8116.83131.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=39.26%
G=36.81%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64603900.060.390.7550.424.2720.2
Hex403C2706274B321814
Octal10074470647113623024
Binary1000000111100100111011010011110010111100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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