#443324

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

Shades of Woodburn #443324

Tints of Woodburn #443324

Color information

#443324 (or 0x443324) is unknown color: approx Woodburn. HEX triplet: 44, 33 and 24. RGB value is (68,51,36). Sum of RGB (Red+Green+Blue) = 68+51+36=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #443324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443324 is #BBCCDB. Grayscale: #363636. Windows color (decimal): -12307676 or 2372420. OLE color: 2372420.

HSL color Cylindrical-coordinate representation of color #443324: hue angle of 28.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #443324 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB685136-
CMYK00.250.470.73
HSL28.12º30.77%20.39%-
HSV(B)28.12º47.06%26.67%-
XYZ3.893.722.18-
YUV54.37117.63137.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=43.87%
G=32.90%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68513600.250.470.7328.1230.7720.39
Hex4433240192F491c1f14
Octal104634403157111343724
Binary10001001100111001000110011011111001001111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443324; }

 p { color: rgb(68,51,36); }

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

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

 a { background-color: rgb(68,51,36); }

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

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

 span { border-color: rgb(68,51,36); }

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