#493625

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

Shades of Woodburn #493625

Tints of Woodburn #493625

Color information

#493625 (or 0x493625) is unknown color: approx Woodburn. HEX triplet: 49, 36 and 25. RGB value is (73,54,37). Sum of RGB (Red+Green+Blue) = 73+54+37=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493625 is #B6C9DA. Grayscale: #393939. Windows color (decimal): -11979227 or 2438729. OLE color: 2438729.

HSL color Cylindrical-coordinate representation of color #493625: hue angle of 28.33º 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 #493625 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB735437-
CMYK00.260.490.71
HSL28.33º32.73%21.57%-
HSV(B)28.33º49.32%28.63%-
XYZ4.44.192.33-
YUV57.74116.29138.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=44.51%
G=32.93%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73543700.260.490.7128.3332.7321.57
Hex49362501A31471c2116
Octal111664503261107344126
Binary100100111011010010101101011000110001111110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493625; }

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

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

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

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

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

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

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

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