#483425

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

Shades of Woodburn #483425

Tints of Woodburn #483425

Color information

#483425 (or 0x483425) is unknown color: approx Woodburn. HEX triplet: 48, 34 and 25. RGB value is (72,52,37). Sum of RGB (Red+Green+Blue) = 72+52+37=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483425 is #B7CBDA. Grayscale: #383838. Windows color (decimal): -12045275 or 2438216. OLE color: 2438216.

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

Color convert

RGB725237-
CMYK00.280.490.72
HSL25.71º32.11%21.37%-
HSV(B)25.71º48.61%28.24%-
XYZ4.233.972.29-
YUV56.27117.13139.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=44.72%
G=32.30%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72523700.280.490.7225.7132.1121.37
Hex48342501C31481a2015
Octal110644503461110324025
Binary100100011010010010101110011000110010001101010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483425; }

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

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

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

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

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

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

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

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