#443428

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

Shades of Woodburn #443428

Tints of Woodburn #443428

Color information

#443428 (or 0x443428) is unknown color: approx Woodburn. HEX triplet: 44, 34 and 28. RGB value is (68,52,40). Sum of RGB (Red+Green+Blue) = 68+52+40=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #443428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443428 is #BBCBD7. Grayscale: #373737. Windows color (decimal): -12307416 or 2634820. OLE color: 2634820.

HSL color Cylindrical-coordinate representation of color #443428: hue angle of 25.71º 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 #443428 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB685240-
CMYK00.240.410.73
HSL25.71º25.93%21.18%-
HSV(B)25.71º41.18%26.67%-
XYZ3.993.842.54-
YUV55.42119.3136.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 40 (16.02% from 255) = 25%
R=42.5%
G=32.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68524000.240.410.7325.7125.9321.18
Hex44342801829491a1a15
Octal104645003051111323225
Binary10001001101001010000110001010011001001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443428; }

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

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

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

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

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

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

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

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