#483223

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

Shades of Woodburn #483223

Tints of Woodburn #483223

Color information

#483223 (or 0x483223) is unknown color: approx Woodburn. HEX triplet: 48, 32 and 23. RGB value is (72,50,35). Sum of RGB (Red+Green+Blue) = 72+50+35=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483223 is #B7CDDC. Grayscale: #363636. Windows color (decimal): -12045789 or 2306632. OLE color: 2306632.

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

Color convert

RGB725035-
CMYK00.310.510.72
HSL24.32º34.58%20.98%-
HSV(B)24.32º51.39%28.24%-
XYZ4.123.782.1-
YUV54.87116.79140.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=45.86%
G=31.85%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72503500.310.510.7224.3234.5820.98
Hex48322301F3348182315
Octal110624303763110304325
Binary100100011001010001101111111001110010001100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483223; }

 p { color: rgb(72,50,35); }

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

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

 a { background-color: rgb(72,50,35); }

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

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

 span { border-color: rgb(72,50,35); }

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