#403D27

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

Shades of Woodrush #403D27

Tints of Woodrush #403D27

Color information

#403D27 (or 0x403D27) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 27. RGB value is (64,61,39). Sum of RGB (Red+Green+Blue) = 64+61+39=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D27 is #BFC2D8. Grayscale: #3B3B3B. Windows color (decimal): -12567257 or 2571584. OLE color: 2571584.

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

Color convert

RGB646139-
CMYK00.050.390.75
HSL52.8º24.27%20.2%-
HSV(B)52.8º39.06%25.1%-
XYZ4.154.572.58-
YUV59.39116.49131.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=39.02%
G=37.20%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64613900.050.390.7552.824.2720.2
Hex403D2705274B351814
Octal10075470547113653024
Binary1000000111101100111010110011110010111101011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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