#403429

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

Shades of Woodburn #403429

Tints of Woodburn #403429

Color information

#403429 (or 0x403429) is unknown color: approx Woodburn. HEX triplet: 40, 34 and 29. RGB value is (64,52,41). Sum of RGB (Red+Green+Blue) = 64+52+41=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403429 is #BFCBD6. Grayscale: #363636. Windows color (decimal): -12569559 or 2700352. OLE color: 2700352.

HSL color Cylindrical-coordinate representation of color #403429: hue angle of 28.7º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403429 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB645241-
CMYK00.190.360.75
HSL28.7º21.9%20.59%-
HSV(B)28.7º35.94%25.1%-
XYZ3.743.712.62-
YUV54.33120.48134.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=40.76%
G=33.12%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64524100.190.360.7528.721.920.59
Hex403429013244B1d1615
Octal100645102344113352625
Binary10000001101001010010100111001001001011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403429; }

 p { color: rgb(64,52,41); }

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

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

 a { background-color: rgb(64,52,41); }

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

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

 span { border-color: rgb(64,52,41); }

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