#47392A

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

Shades of Woodburn #47392A

Tints of Woodburn #47392A

Color information

#47392A (or 0x47392A) is unknown color: approx Woodburn. HEX triplet: 47, 39 and 2A. RGB value is (71,57,42). Sum of RGB (Red+Green+Blue) = 71+57+42=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47392A is #B8C6D5. Grayscale: #3B3B3B. Windows color (decimal): -12109526 or 2767175. OLE color: 2767175.

HSL color Cylindrical-coordinate representation of color #47392A: hue angle of 31.03º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47392A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB715742-
CMYK00.200.410.72
HSL31.03º25.66%22.16%-
HSV(B)31.03º40.85%27.84%-
XYZ4.484.432.81-
YUV59.48118.14136.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=41.76%
G=33.53%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71574200.200.410.7231.0325.6622.16
Hex47392A01429481f1a16
Octal107715202451110373226
Binary10001111110011010100101001010011001000111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47392A; }

 p { color: rgb(71,57,42); }

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

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

 a { background-color: rgb(71,57,42); }

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

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

 span { border-color: rgb(71,57,42); }

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