#443122

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

Shades of Woodburn #443122

Tints of Woodburn #443122

Color information

#443122 (or 0x443122) is unknown color: approx Woodburn. HEX triplet: 44, 31 and 22. RGB value is (68,49,34). Sum of RGB (Red+Green+Blue) = 68+49+34=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #443122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443122 is #BBCEDD. Grayscale: #353535. Windows color (decimal): -12308190 or 2240836. OLE color: 2240836.

HSL color Cylindrical-coordinate representation of color #443122: hue angle of 26.47º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #443122 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB684934-
CMYK00.280.500.73
HSL26.47º33.33%20%-
HSV(B)26.47º50%26.67%-
XYZ3.773.542-
YUV52.97117.29138.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=45.03%
G=32.45%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68493400.280.500.7326.4733.3320
Hex44312201C32491a2114
Octal104614203462111324124
Binary100010011000110001001110011001010010011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443122; }

 p { color: rgb(68,49,34); }

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

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

 a { background-color: rgb(68,49,34); }

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

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

 span { border-color: rgb(68,49,34); }

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