#403F3A

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

Shades of Woodrush #403F3A

Tints of Woodrush #403F3A

Color information

#403F3A (or 0x403F3A) is unknown color: approx Woodrush. HEX triplet: 40, 3F and 3A. RGB value is (64,63,58). Sum of RGB (Red+Green+Blue) = 64+63+58=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 64 - color contains mainly: red. Hex color #403F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F3A is #BFC0C5. Grayscale: #3E3E3E. Windows color (decimal): -12566726 or 3817280. OLE color: 3817280.

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

Color convert

RGB646358-
CMYK00.020.090.75
HSL50º4.92%23.92%-
HSV(B)50º9.38%25.1%-
XYZ4.664.954.71-
YUV62.73125.33128.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=34.59%
G=34.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64635800.020.090.75504.9223.92
Hex403F3A0294B32518
Octal1007772021111362530
Binary10000001111111110100101001100101111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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