#403F38

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

Shades of Woodrush #403F38

Tints of Woodrush #403F38

Color information

#403F38 (or 0x403F38) is unknown color: approx Woodrush. HEX triplet: 40, 3F and 38. RGB value is (64,63,56). Sum of RGB (Red+Green+Blue) = 64+63+56=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #403F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F38 is #BFC0C7. Grayscale: #3E3E3E. Windows color (decimal): -12566728 or 3686208. OLE color: 3686208.

HSL color Cylindrical-coordinate representation of color #403F38: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403F38 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB646356-
CMYK00.020.130.75
HSL52.5º6.67%23.53%-
HSV(B)52.5º12.5%25.1%-
XYZ4.614.934.45-
YUV62.5124.33129.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=34.97%
G=34.43%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64635600.020.130.7552.56.6723.53
Hex403F3802D4B34718
Octal1007770021511364730
Binary10000001111111110000101101100101111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,56); }

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

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

 a { background-color: rgb(64,63,56); }

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

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

 span { border-color: rgb(64,63,56); }

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