#463525

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

Shades of Woodburn #463525

Tints of Woodburn #463525

Color information

#463525 (or 0x463525) is unknown color: approx Woodburn. HEX triplet: 46, 35 and 25. RGB value is (70,53,37). Sum of RGB (Red+Green+Blue) = 70+53+37=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463525 is #B9CADA. Grayscale: #383838. Windows color (decimal): -12176091 or 2438470. OLE color: 2438470.

HSL color Cylindrical-coordinate representation of color #463525: hue angle of 29.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463525 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB705337-
CMYK00.240.470.73
HSL29.09º30.84%20.98%-
HSV(B)29.09º47.14%27.45%-
XYZ4.133.982.3-
YUV56.26117.13137.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=43.75%
G=33.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70533700.240.470.7329.0930.8420.98
Hex4635250182F491d1f15
Octal106654503057111353725
Binary10001101101011001010110001011111001001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463525; }

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

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

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

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

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

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

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

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