#483222

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

Shades of Woodburn #483222

Tints of Woodburn #483222

Color information

#483222 (or 0x483222) is unknown color: approx Woodburn. HEX triplet: 48, 32 and 22. RGB value is (72,50,34). Sum of RGB (Red+Green+Blue) = 72+50+34=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483222 is #B7CDDD. Grayscale: #363636. Windows color (decimal): -12045790 or 2241096. OLE color: 2241096.

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

Color convert

RGB725034-
CMYK00.310.530.72
HSL25.26º35.85%20.78%-
HSV(B)25.26º52.78%28.24%-
XYZ4.13.772.03-
YUV54.75116.29140.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=46.15%
G=32.05%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72503400.310.530.7225.2635.8520.78
Hex48322201F3548192415
Octal110624203765110314425
Binary100100011001010001001111111010110010001100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483222; }

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

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

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

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

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

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

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

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