#473527

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

Shades of Woodburn #473527

Tints of Woodburn #473527

Color information

#473527 (or 0x473527) is unknown color: approx Woodburn. HEX triplet: 47, 35 and 27. RGB value is (71,53,39). Sum of RGB (Red+Green+Blue) = 71+53+39=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #473527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473527 is #B8CAD8. Grayscale: #383838. Windows color (decimal): -12110553 or 2569543. OLE color: 2569543.

HSL color Cylindrical-coordinate representation of color #473527: hue angle of 26.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473527 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB715339-
CMYK00.250.450.72
HSL26.25º29.09%21.57%-
HSV(B)26.25º45.07%27.84%-
XYZ4.244.032.47-
YUV56.79117.96138.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=43.56%
G=32.52%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71533900.250.450.7226.2529.0921.57
Hex4735270192D481a1d16
Octal107654703155110323526
Binary10001111101011001110110011011011001000110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473527; }

 p { color: rgb(71,53,39); }

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

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

 a { background-color: rgb(71,53,39); }

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

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

 span { border-color: rgb(71,53,39); }

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