#3F342A

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

Shades of Woodburn #3F342A

Tints of Woodburn #3F342A

Color information

#3F342A (or 0x3F342A) is unknown color: approx Woodburn. HEX triplet: 3F, 34 and 2A. RGB value is (63,52,42). Sum of RGB (Red+Green+Blue) = 63+52+42=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F342A is #C0CBD5. Grayscale: #363636. Windows color (decimal): -12635094 or 2765887. OLE color: 2765887.

HSL color Cylindrical-coordinate representation of color #3F342A: hue angle of 28.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F342A is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB635242-
CMYK00.170.330.75
HSL28.57º20%20.59%-
HSV(B)28.57º33.33%24.71%-
XYZ3.73.682.71-
YUV54.15121.14134.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=40.13%
G=33.12%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63524200.170.330.7528.572020.59
Hex3F342A011214B1d1415
Octal77645202141113352425
Binary1111111101001010100100011000011001011111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F342A; }

 p { color: rgb(63,52,42); }

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

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

 a { background-color: rgb(63,52,42); }

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

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

 span { border-color: rgb(63,52,42); }

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