#493425

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

Shades of Woodburn #493425

Tints of Woodburn #493425

Color information

#493425 (or 0x493425) is unknown color: approx Woodburn. HEX triplet: 49, 34 and 25. RGB value is (73,52,37). Sum of RGB (Red+Green+Blue) = 73+52+37=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493425 is #B6CBDA. Grayscale: #383838. Windows color (decimal): -11979739 or 2438217. OLE color: 2438217.

HSL color Cylindrical-coordinate representation of color #493425: hue angle of 25º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493425 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB735237-
CMYK00.290.490.71
HSL25º32.73%21.57%-
HSV(B)25º49.32%28.63%-
XYZ4.314.012.3-
YUV56.57116.96139.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=45.06%
G=32.10%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73523700.290.490.712532.7321.57
Hex49342501D3147192116
Octal111644503561107314126
Binary100100111010010010101110111000110001111100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493425; }

 p { color: rgb(73,52,37); }

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

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

 a { background-color: rgb(73,52,37); }

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

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

 span { border-color: rgb(73,52,37); }

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