#403B27

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

Shades of Woodrush #403B27

Tints of Woodrush #403B27

Color information

#403B27 (or 0x403B27) is unknown color: approx Woodrush. HEX triplet: 40, 3B and 27. RGB value is (64,59,39). Sum of RGB (Red+Green+Blue) = 64+59+39=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #403B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B27 is #BFC4D8. Grayscale: #3A3A3A. Windows color (decimal): -12567769 or 2571072. OLE color: 2571072.

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

Color convert

RGB645939-
CMYK00.080.390.75
HSL48º24.27%20.2%-
HSV(B)48º39.06%25.1%-
XYZ4.044.362.55-
YUV58.21117.16132.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=39.51%
G=36.42%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64593900.080.390.754824.2720.2
Hex403B2708274B301814
Octal100734701047113603024
Binary10000001110111001110100010011110010111100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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