#44382C

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

Shades of Woodburn #44382C

Tints of Woodburn #44382C

Color information

#44382C (or 0x44382C) is unknown color: approx Woodburn. HEX triplet: 44, 38 and 2C. RGB value is (68,56,44). Sum of RGB (Red+Green+Blue) = 68+56+44=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #44382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44382C is #BBC7D3. Grayscale: #3A3A3A. Windows color (decimal): -12306388 or 2897988. OLE color: 2897988.

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

Color convert

RGB685644-
CMYK00.180.350.73
HSL30º21.43%21.96%-
HSV(B)30º35.29%26.67%-
XYZ4.254.242.98-
YUV58.22119.98134.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=40.48%
G=33.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68564400.180.350.733021.4321.96
Hex44382C01223491e1516
Octal104705402243111362526
Binary10001001110001011000100101000111001001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44382C; }

 p { color: rgb(68,56,44); }

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

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

 a { background-color: rgb(68,56,44); }

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

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

 span { border-color: rgb(68,56,44); }

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