#473525

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

Shades of Woodburn #473525

Tints of Woodburn #473525

Color information

#473525 (or 0x473525) is unknown color: approx Woodburn. HEX triplet: 47, 35 and 25. RGB value is (71,53,37). Sum of RGB (Red+Green+Blue) = 71+53+37=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473525 is #B8CADA. Grayscale: #383838. Windows color (decimal): -12110555 or 2438471. OLE color: 2438471.

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

Color convert

RGB715337-
CMYK00.250.480.72
HSL28.24º31.48%21.18%-
HSV(B)28.24º47.89%27.84%-
XYZ4.214.022.3-
YUV56.56116.96138.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=44.10%
G=32.92%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71533700.250.480.7228.2431.4821.18
Hex47352501930481c1f15
Octal107654503160110343725
Binary10001111101011001010110011100001001000111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473525; }

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

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

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

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

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

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

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

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