#443528

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

Shades of Woodburn #443528

Tints of Woodburn #443528

Color information

#443528 (or 0x443528) is unknown color: approx Woodburn. HEX triplet: 44, 35 and 28. RGB value is (68,53,40). Sum of RGB (Red+Green+Blue) = 68+53+40=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #443528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443528 is #BBCAD7. Grayscale: #383838. Windows color (decimal): -12307160 or 2635076. OLE color: 2635076.

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

Color convert

RGB685340-
CMYK00.220.410.73
HSL27.86º25.93%21.18%-
HSV(B)27.86º41.18%26.67%-
XYZ4.043.932.55-
YUV56118.97136.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=42.24%
G=32.92%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68534000.220.410.7327.8625.9321.18
Hex44352801629491c1a15
Octal104655002651111343225
Binary10001001101011010000101101010011001001111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443528; }

 p { color: rgb(68,53,40); }

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

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

 a { background-color: rgb(68,53,40); }

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

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

 span { border-color: rgb(68,53,40); }

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